| Problem | fizzbuzz |
|---|---|
| User | skzy09 |
| Submission Time | 2026-06-22 16:04:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:5: error: expected ‘,’ or ‘;’ before ‘string’
10 | string e = "Buzz"
| ^~~~~~
fizzbuzz.cpp:11:25: error: ‘N’ was not declared in this scope
11 | if (int i = 1; i <= N; i++) {
| ^
fizzbuzz.cpp:11:31: error: expected ‘;’ before ‘)’ token
11 | if (int i = 1; i <= N; i++) {
| ^
| ;