Problem fizzbuzz
User leafeon
Submission Time 2025-05-25 13:15:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
fizzbuzz.cpp:7:14: note: to match this ‘{’
7 | signed main(){ //main function: code begins running in here
| ^