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

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:17:3: error: expected ‘}’ before ‘else’
17 | else {
| ^~~~
fizzbuzz.cpp:15:38: note: to match this ‘{’
15 | else if (C % A == 0 and C % B == 0){
| ^