| Problem | helloworld |
|---|---|
| User | soysauce |
| Submission Time | 2024-03-29 11:01:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:21: error: expected ‘;’ before ‘}’ token
4 | cout<<"Hello World"
| ^
| ;
5 | }
| ~