Problem fizzbuzz
User Keira
Submission Time 2026-02-17 15:54:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function β€˜int main()’:
fizzbuzz.cpp:24:27: error: expected β€˜;’ before '\xa'
24 | std::cout << i '\n';
| ^~~~~
| ;