習題5.2

#include <stdlib.h> int main() { int a; scanf("%d",&a); if (a%2==0) printf("輸出一個偶數"); else printf("輸出一個基數"); return 0; }
相關文章
相關標籤/搜索