Problem fizzbuzz
User Tonko
Submission Time 2025-05-24 09:57:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
fizzbuzz.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^