Problem fizzbuzz
User AltheaZ
Submission Time 2023-06-18 11:27:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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