| Problem | helloworld |
|---|---|
| User | tzuyuan |
| Submission Time | 2024-06-18 10:00:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:31: error: expected ‘;’ before ‘}’ token
4 | cout << "Hello World" << endl
| ^
| ;
5 | }
| ~