Problem fizzbuzz
User Minjia
Submission Time 2023-11-08 13:48:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:8:24: error: expected identifier before β€˜(’ token
8 | if (i%A == 0) and (i%B == 0){
| ^