Problem fizzbuzz
User dbw0904
Submission Time 2026-08-14 01:12:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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