Problem fizzbuzz
User 1maxa
Submission Time 2023-11-15 10:06:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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