Problem | helloworld |
---|---|
User | shivanshi31 |
Submission Time | 2024-06-24 13:58:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:5:14: error: stray ‘\’ in program
5 | cout << world\n" ;
| ^
helloworld.cpp:5:16: error: missing terminating " character
5 | cout << world\n" ;
| ^~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:9: error: ‘world’ was not declared in this scope
5 | cout << world\n" ;
| ^~~~~
helloworld.cpp:6:20: error: ‘a’ was not declared in this scope
6 | int a = 5; cout << a;
| ^