
IP屬地:山東
作業一:累加求加 作業二:累加求加(二) 作業三:累加求加(三) 作業四:限定輸出 作業五:限定輸出(二) 作業六:限定輸出(三) 作業七:限定...
累加求和 ··· include <stdio.h> int main(){int i = 1;int sum = 0;do{if(i%2 !=...
include <stdio.h> int main(){int a = 0,b = 0,c = 0;printf("請輸入三個數字");sca...
輸出 輸出小數 求正方形面積 求正方形面積2 求三個數的平均數
計算兩個班的人數 取余運算 求差值 輸入操作
簡單輸出 ``` #include int.main() { printf("hello Qingdao!"); return 0; } ```...