Problem fizzbuzz
User Migogoh10
Submission Time 2026-07-03 16:32:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:26: error: expected ‘;’ before ‘)’ token
7 | for(int i = 1; i<x+1,i++) {
| ^
| ;
fizzbuzz.cpp:11:8: error: expected ‘;’ before string constant
11 | cout "Fizz";
| ^~~~~~~
| ;
fizzbuzz.cpp:13:8: error: expected ‘;’ before string constant
13 | cout "Buzz";
| ^~~~~~~
| ;