Problem fizzbuzz
User Ethan1L1K1X1
Submission Time 2024-04-09 16:38:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:8:18: error: expected ‘)’ before ‘;’ token
8 | while (int i = 0;i<N,i++){
| ~ ^
| )
fizzbuzz.cpp:8:19: error: ‘i’ was not declared in this scope
8 | while (int i = 0;i<N,i++){
| ^
fizzbuzz.cpp:8:21: error: ‘N’ was not declared in this scope
8 | while (int i = 0;i<N,i++){
| ^