Problem | helloworld |
---|---|
User | keeran |
Submission Time | 2025-02-19 15:59:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include namespace std;
| ^~~~~~~~~
helloworld.cpp:3:10: error: missing terminating ' character
3 | cout << 'Hello World";
| ^~~~~~~~~~~~~~
helloworld.cpp:2:1: error: ‘int32_t’ does not name a type
2 | int32_t main ({
| ^~~~~~~
helloworld.cpp:4:2: error: expected unqualified-id before ‘)’ token
4 | })
| ^