Problem | fizzbuzz |
---|---|
User | Minjia |
Submission Time | 2023-11-08 13:50:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:18:12: error: stray ‘\’ in program
18 | cout << i\n;
| ^
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:18:12: error: expected ‘;’ before ‘n’
18 | cout << i\n;
| ^~
| ;