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

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:14: error: expected ‘)’ before ‘;’ token
8 | if ((i % A;) and (i % B;)) != 0{
| ~ ^
| )
fizzbuzz.cpp:8:14: error: expected ‘)’ before ‘;’ token
8 | if ((i % A;) and (i % B;)) != 0{
| ~ ^
| )
fizzbuzz.cpp:8:15: error: expected primary-expression before ‘)’ token
8 | if ((i % A;) and (i % B;)) != 0{
| ^
fizzbuzz.cpp:8:28: error: expected primary-expression before ‘)’ token
8 | if ((i % A;) and (i % B;)) != 0{
| ^