| Problem | fizzbuzz |
|---|---|
| User | aribah |
| Submission Time | 2026-06-22 16:21:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:1:24: error: missing terminating > character
1 | #include <bits/stdc++.h
| ^
fizzbuzz.cpp:2:9: error: macro names must be identifiers
2 | #define 11 long long
| ^~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:8: error: expected ‘;’ before ‘i’
8 | for(11 i = 1;i <= N; i++){
| ^~
| ;
fizzbuzz.cpp:8:15: error: ‘i’ was not declared in this scope
8 | for(11 i = 1;i <= N; i++){
| ^
fizzbuzz.cpp:16:2: error: ‘else’ without a previous ‘if’
16 | else cout<<i<< "/n";
| ^~~~
fizzbuzz.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
fizzbuzz.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^