Problem | helloworld |
---|---|
User | xingrui |
Submission Time | 2024-06-26 14:51:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:5: error: expected unqualified-id before string constant
1 | int("Hello World"!)
| ^~~~~~~~~~~~~
helloworld.cpp:1:5: error: expected ‘)’ before string constant
1 | int("Hello World"!)
| ~^~~~~~~~~~~~~
| )