Problem fizzbuzz
User yuxiangt
Submission Time 2025-07-27 17:17:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:26: error: expected ‘)’ before ‘;’ token
10 | for (int i = 0; i<N; i++;){
| ~ ^
| )
fizzbuzz.cpp:10:27: error: expected primary-expression before ‘)’ token
10 | for (int i = 0; i<N; i++;){
| ^