Problem fizzbuzz
User priyal
Submission Time 2024-06-26 16:28:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:13:23: error: expected primary-expression before ‘,’ token
13 | else if (i % a == 0),
| ^
fizzbuzz.cpp:18:21: error: expected ‘;’ before ‘}’ token
18 | cout << i << '\n'
| ^
| ;
19 | }
| ~