Problem fizzbuzz
User yuxiangt
Submission Time 2025-07-27 17:17:16
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++;){
| ^
fizzbuzz.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
fizzbuzz.cpp:4:14: note: to match this ‘{’
4 | signed main(){
| ^