Problem fizzbuzz
User susryan
Submission Time 2023-05-11 16:46:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:17:15: error: expected identifier before β€˜(’ token
17 | if(i%b) and (i%a){
| ^