#include <stdio.h> #include <time.h> int main(void) { char c; time_t t1, t2; t1 = time(NULL); printf("請輸入小寫字母q 結束迴圈\n"); while ((c = getchar()) ...
確定! 回上一頁