C語言計時器

秒數計時器:spa #include <stdio.h> int main() { int n = 3; while ( n>= 0 ) { printf("%d ", n); n--; } printf("發射\n"); return 0; }
相關文章
相關標籤/搜索