| Problem | helloworld |
|---|---|
| User | Rimail |
| Submission Time | 2026-06-22 14:14:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:23: error: expected ‘;’ before ‘return’
7 | cout << "Hello World"
| ^
| ;
8 | return 0;
| ~~~~~~