Problem fizzbuzz
User icecream
Submission Time 2026-06-22 15:58:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:21:3: error: expected ‘}’ before ‘else’
21 | else {
| ^~~~
fizzbuzz.cpp:18:19: note: to match this ‘{’
18 | else if(i%c==0) {
| ^
fizzbuzz.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
fizzbuzz.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^