Problem fizzbuzz
User JoonLoong
Submission Time 2026-06-22 16:33:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:11:11: error: missing terminating " character
11 | cout << "n\"
| ^~~~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:1: error: expected primary-expression before ‘}’ token
12 | }
| ^
fizzbuzz.cpp:13:9: error: expected ‘}’ at end of input
13 | return 0;
| ^
fizzbuzz.cpp:4:16: note: to match this ‘{’
4 | signed main() {
| ^