Problem fizzbuzz
User BigBackAdrino
Submission Time 2026-06-11 07:26:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:27: error: expected ‘;’ before ‘)’ token
6 | for (int c = 1; c<=N, c++){
| ^
| ;