| Problem | helloworld |
|---|---|
| User | Rigiddivot251112 |
| Submission Time | 2026-06-22 15:18:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:23: error: expected ‘;’ before ‘return’
5 | cout << "hello world"
| ^
| ;
6 |
7 | return 0;
| ~~~~~~