Problem fizzbuzz
User asruby
Submission Time 2023-11-30 20:00:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:8:29: error: expected primary-expression before β€˜!=’ token
8 | if ((i % A) and (i % B)) != 0{
| ^~