Problem fizzbuzz
User ki11s
Submission Time 2026-06-23 09:15:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:11: error: expected ‘;’ before ‘!=’ token
8 | for (int x != 0; x <= N; x++){
| ^~~
| ;
fizzbuzz.cpp:8:12: error: expected primary-expression before ‘!=’ token
8 | for (int x != 0; x <= N; x++){
| ^~
fizzbuzz.cpp:8:24: error: expected ‘)’ before ‘;’ token
8 | for (int x != 0; x <= N; x++){
| ~ ^
| )
fizzbuzz.cpp:8:26: error: ‘x’ was not declared in this scope
8 | for (int x != 0; x <= N; x++){
| ^