Ytshih/hw2

This commit is contained in:
Yi-Ting Shih
2024-11-02 07:58:12 +08:00
parent 549bc9bcdc
commit 4912fe4736
24 changed files with 752 additions and 4283 deletions

View File

@@ -2,8 +2,8 @@
int main() {
int n;
for (n = 9; n > 5; n--)
PrintInt(n);
Halt();
for (n = 9; n > 5; n--)
PrintInt(n);
return 0;
}