編程練習2

真的是像老師說的那樣,csdn上幾乎任何想要的程序都能找到, 這也確實讓我的學習方便不少 下面又是日常練習 #include <stdio.h> int main(){ printf("請輸入三個數\n"); int a, b, c; int t; scanf_s("%d%d%d", &a, &b, &c); if (a > b); //判斷a是否大於b else
相關文章
相關標籤/搜索