#include <stdio.h>
#include <string.h>
char c[1000]={'\0'};
int main(){
while(fgets(c,sizeof(c),stdin)){
for(int i=0;i<strlen(c)-1;i++){
printf("%c",c[i]-7);
}
printf("\n");
}
}
訂閱:
發佈留言 (Atom)
-
文章出處: http://infbugs.blogspot.tw/2011/12/c_20.html 謝謝沙耶,解答了我長久以來對於 input/output 的疑惑。 C 語言入門 - 在線上批改系統練功 如何練習使用基本語法 自己出個練習題試著寫...
-
因為X205的架構非常獨特,Linux對其硬體的支援度非常弱(據說kernel4.0之後有所改善,這倒還需要研究一番),目前的進度是將Ubuntu系統塞進32Gb的固態碟中,並設定能自動抓取開機磁區,之後可能還要針對WIFI、音效、快捷鍵和讀卡機等週邊設備進行設定。 1...
-
website notes here: DebianOn : https://wiki.debian.org/InstallingDebianOn/Asus/X205TA Mint 17: http://magiclen.org/asus-x205ta-linux-min...
沒有留言:
發佈留言