| Problem | fizzbuzz |
|---|---|
| User | nzixuanDHS67 |
| Submission Time | 2026-06-22 16:26:19 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:4:1: error: expected unqualified-id before ‘for’
4 | for (/*condition*/){int a,b,n;
| ^~~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:11: error: expected primary-expression before ‘<<’ token
12 | cout << << a + b << "\n";
| ^~
fizzbuzz.cpp: At global scope:
fizzbuzz.cpp:14:1: error: expected unqualified-id before ‘return’
14 | return 0;
| ^~~~~~