Problem fizzbuzz
User Yifei1234
Submission Time 2023-03-09 10:15:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:15:1: error: expected primary-expression before ‘]’ token
15 | ]
| ^
fizzbuzz.cpp:16:18: error: expected primary-expression before ‘)’ token
16 | else (cout<<"\n";)
| ^
fizzbuzz.cpp:17:3: error: expected ‘}’ at end of input
17 | }
| ^
fizzbuzz.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^