Problem | fizzbuzz |
---|---|
User | Emily |
Submission Time | 2024-01-10 09:30:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp:13:18: error: stray ‘\’ in program
13 | cout<<"Fizz"<<\n;}
| ^
fizzbuzz.cpp:15:18: error: stray ‘\’ in program
15 | cout<<"Buzz"<<\n;}
| ^
fizzbuzz.cpp:17:22: error: stray ‘\’ in program
17 | cout<<"FizzBuzz"<<\n;}
| ^
fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:13:19: error: ‘n’ was not declared in this scope
13 | cout<<"Fizz"<<\n;}
| ^
fizzbuzz.cpp:15:19: error: ‘n’ was not declared in this scope
15 | cout<<"Buzz"<<\n;}
| ^
fizzbuzz.cpp:17:23: error: ‘n’ was not declared in this scope
17 | cout<<"FizzBuzz"<<\n;}
| ^
fizzbuzz.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
fizzbuzz.cpp:5:15: note: to match this ‘{’
5