Problem fizzbuzz
User alice157050
Submission Time 2026-06-22 16:05:02
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){
| ~ ^~
| )