#include "syscall.h" main() { int n; for (n=20;n<=25;n++) PrintInt(n); }. 看完程式碼後發現test2改變的行為不只是遞減,連停止條件都不一樣了。
確定! 回上一頁