| Problem | helloworld |
|---|---|
| User | Rashmita |
| Submission Time | 2024-01-29 15:56:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:5: error: expected unqualified-id before string constant
7 | int"Helloworld"
| ^~~~~~~~~~~~
helloworld.cpp:7:5: error: expected ‘}’ at end of input
helloworld.cpp:6:1: note: to match this ‘{’
6 | {
| ^