Problem fizzbuzz
User rachel9teh
Submission Time 2025-06-16 16:54:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:9:22: error: stray ‘\’ in program
9 | cout << "Fizz << "\n";
| ^
fizzbuzz.cpp:9:24: error: missing terminating " character
9 | cout << "Fizz << "\n";
| ^~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:24: error: expected ‘)’ before ‘;’ token
7 | while (long long i = 1; i<=N; i++) {
| ~ ^
| )
fizzbuzz.cpp:7:26: error: ‘i’ was not declared in this scope
7 | while (long long i = 1; i<=N; i++) {
| ^