Problem fizzbuzz
User Citric3thanol
Submission Time 2026-06-22 16:54:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:17:27: error: expected ‘;’ before ‘}’ token
17 | cout << "Buzz" << "\n"
| ^
| ;
18 | }
| ~