| Problem | fizzbuzz |
|---|---|
| User | chlq3x |
| Submission Time | 2026-06-22 17:02:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:10:27: error: missing terminating " character
10 | if (i%b == 0) cout <<"Buzz;
| ^~~~~~
fizzbuzz.cpp:3:1: error: ‘define’ does not name a type
3 | define int long long
| ^~~~~~