Problem fizzbuzz
User Red123
Submission Time 2025-03-05 14:43:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:3: error: ‘else’ without a previous ‘if’
9 | else if (C % A == 0 and C % B == 0){
| ^~~~