Problem fizzbuzz
User Haocheng
Submission Time 2024-11-07 11:02:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int32_t main()’:
fizzbuzz.cpp:14:26: error: expected identifier before β€˜(’ token
14 | } else if(i%a == 0) && (i%b == 0){
| ^