Problem fizzbuzz
User alice157050
Submission Time 2026-06-22 16:04:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:12: error: expected ‘)’ before numeric constant
16 | if (N % A 1= 0 && N%B == 0){
| ~ ^~
| )
fizzbuzz.cpp:23:1: error: expected primary-expression before ‘]’ token
23 | ]
| ^
fizzbuzz.cpp:23:1: error: expected ‘}’ at end of input
fizzbuzz.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^