| Problem | fizzbuzz |
|---|---|
| User | theRealLucasXD |
| Submission Time | 2025-05-23 16:10:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:11:17: error: expected ‘;’ before ‘<=’ token
11 | for (int i=1, i<=N, i++) {
| ^~
| ;
fizzbuzz.cpp:11:17: error: expected primary-expression before ‘<=’ token
11 | for (int i=1, i<=N, i++) {
| ^~
fizzbuzz.cpp:11:25: error: expected ‘;’ before ‘)’ token
11 | for (int i=1, i<=N, i++) {
| ^
| ;
fizzbuzz.cpp:21:18: error: expected ‘;’ before ‘}’ token
21 | showInt = true
| ^
| ;
22 | }
| ~