Problem fizzbuzz
User ShaquilleOatmeal34
Submission Time 2025-03-05 14:11:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:23: error: expected ‘)’ before ‘i’
10 | if (i % A == 0 i and % B == 0) {
| ~ ^~
| )