Problem fizzbuzz
User G92
Submission Time 2023-04-19 17:04:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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