Problem | helloworld |
---|---|
User | Val123 |
Submission Time | 2024-01-29 15:48:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:12: error: ‘Hello’ was not declared in this scope; did you mean ‘ftello’?
3 | int main(){Hello World}
| ^~~~~
| ftello
helloworld.cpp: At global scope:
helloworld.cpp:4:1: error: expected unqualified-id before ‘return’
4 | return 0;
| ^~~~~~