Problem fizzbuzz
User Yifei1234
Submission Time 2023-03-08 16:21:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:4: error: expected ‘(’ before ‘i’
10 | if i%(a==0){
| ^
| (
fizzbuzz.cpp:13:4: error: expected ‘(’ before ‘i’
13 | if i%(b==0){}
| ^
| (