mirror of
https://github.com/CodePanda66/CSPostgraduate-408.git
synced 2023-05-21 21:49:33 +08:00
The expressions in printf() will get evaluated first before print out, so the counter needs to be put outside the printf() function.