| Problem | helloworld |
|---|---|
| User | Sarah5678 |
| Submission Time | 2024-01-29 15:48:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:3:9: error: ISO C++ forbids declaration of ‘intmain’ with no type [-fpermissive]
3 | intmain(){
| ^
helloworld.cpp: In function ‘int intmain()’:
helloworld.cpp:4:8: error: expected unqualified-id before string constant
4 | string"Hello World"
| ^~~~~~~~~~~~~