| Problem | fizzbuzz |
|---|---|
| User | Dubidubidaphdaph |
| Submission Time | 2026-06-22 16:03:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:2:9: error: macro names must be identifiers
2 | #define 11 long long
| ^~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:4: error: expected ‘;’ before ‘N’
6 | 11 N, A, B;
| ^~
| ;
fizzbuzz.cpp:7:12: error: ‘N’ was not declared in this scope
7 | cin >> N >> A >> B;
| ^
fizzbuzz.cpp:7:17: error: ‘A’ was not declared in this scope
7 | cin >> N >> A >> B;
| ^
fizzbuzz.cpp:7:22: error: ‘B’ was not declared in this scope
7 | cin >> N >> A >> B;
| ^
fizzbuzz.cpp:9:12: error: expected ‘;’ before ‘i’
9 | for (11 i = 1; i<= N; i++) {
| ^~
| ;
fizzbuzz.cpp:9:20: error: ‘i’ was not declared in this scope
9 | for (11 i = 1; i<= N; i++) {
| ^
fizz