Problem fizzbuzz
User hitarthdangra
Submission Time 2025-06-16 16:59:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:42: error: expected ‘)’ before ‘{’ token
9 | if ((i % A != 0 and (i % B != 0)) {
| ~ ^~
| )
fizzbuzz.cpp:18:5: error: expected primary-expression before ‘}’ token
18 | }
| ^