Problem fizzbuzz
User dl2704
Submission Time 2023-11-15 10:40:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int32_t main()’:
fizzbuzz.cpp:8:22: error: expected identifier before β€˜(’ token
8 | if (c % a == 0) && (c % b == 0){
| ^