Problem fizzbuzz
User guru1396
Submission Time 2024-12-04 14:23:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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