Problem fizzbuzz
User Codecrusher1234
Submission Time 2025-06-17 16:07:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:28:5: error: expected ‘}’ at end of input
28 | }
| ^
fizzbuzz.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^