Problem fizzbuzz
User stefiewefieslays
Submission Time 2026-06-22 16:37:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:17:25: error: expected identifier before β€˜(’ token
17 | if ((i+1)%a == 0) and ((i+1)%b == 0) {
| ^