Problem fizzbuzz
User siqideng09
Submission Time 2023-11-08 13:25:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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