Problem fizzbuzz
User alice157050
Submission Time 2026-06-22 16:03:41
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:22:2: error: expected ‘}’ at end of input
22 | }
| ^
fizzbuzz.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^