| Problem | fizzbuzz |
|---|---|
| User | BigBackAdrino |
| Submission Time | 2026-06-11 07:06:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:19: error: expected ‘;’ before ‘<=’ token
6 | for (int c = 1, c<=N, c++){
| ^~
| ;
fizzbuzz.cpp:6:19: error: expected primary-expression before ‘<=’ token
6 | for (int c = 1, c<=N, c++){
| ^~
fizzbuzz.cpp:6:27: error: expected ‘;’ before ‘)’ token
6 | for (int c = 1, c<=N, c++){
| ^
| ;