/*兩個桌球隊進行比賽,各出三人。甲隊為a,b,c三人,乙隊為d,e,f三人。
已抽籤決定比賽名單。有人向隊員打聽比賽的名單。
a說他不和d比,c說他不和d,f比,請程式設計序找出三隊賽手的名單。*/
#include int main()
}} }
return 0;
}
個人認為下列是錯誤的!
#include#define num 3
int main();
char team_two[num] = ;
int i,j;
for(i=0;iif((team_one[i]=='c'&&team_two[j]=='d')||(team_one[i]=='c'&&team_two[j]=='f'));
printf("%c %c\n",team_one[i],team_two[j]);
} }return 0;
}
第6周筆記3 單詞統計
輸入一行英文,判斷有多少個單詞,不包含冠詞a。eg a pen drop from tree 共4個單詞 include define n 1000 int main word length 0 else if sentence index a sentence index z else word ...
第三週筆記
1什麼是注釋 注釋是用來介紹 的功能 也可以注釋一些 讓它不執行 2編譯好的class檔案注釋是不存在的 注釋只存在源 裡 1單行注釋 後面就是注釋內容 例如 2多行注釋 多行注釋 多行注釋 例如 3文件注釋 可以生成今後使用的功能說明書 1.0有固定書寫位置 類上可以寫 屬性上可以寫 方法可以寫 ...
第三週筆記
bytes bytes型別,不可變位元組序列.編碼和解碼 encode encoding utf 8 errors strict bytes decode encoding utf 8 errors strict bytes bytes型別的資料索引出的字元是int型別,如 a b abcde by...