Problem | helloworld |
---|---|
User | Chiarj |
Submission Time | 2024-06-24 13:57:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:2:15: error: stray ‘\’ in program
2 | cout << World\n"
| ^
helloworld.cpp:2:17: error: missing terminating " character
2 | cout << World\n"
| ^
helloworld.cpp:1:1: error: ‘cout’ does not name a type
1 | cout <<"Hello\n"
| ^~~~
helloworld.cpp:3:13: error: ‘cout’ does not name a type
3 | int a = 5; cout << a
| ^~~~