Problem | helloworld |
---|---|
User | claireau |
Submission Time | 2023-11-08 09:18:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:2: error: expected unqualified-id before string constant
1 | ("hello world")
| ^~~~~~~~~~~~~
helloworld.cpp:1:2: error: expected ‘)’ before string constant
1 | ("hello world")
| ~^~~~~~~~~~~~~
| )