... while (1) { i = i+1; if (i > 10000000) { printf("%d\n", i); break; } } return 0; } gcc -g -o b b.c 测试结果[root@123 luaffi]# time .
確定! 回上一頁