| Problem | helloworld |
|---|---|
| User | Arjunironman8 |
| Submission Time | 2026-08-03 21:10:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:23: error: expected ‘;’ before ‘}’ token
9 | cout << "hello world"
| ^
| ;
10 | }
| ~