Problem fizzbuzz
User ryansoh
Submission Time 2024-01-24 08:17:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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