| Problem | helloworld |
|---|---|
| User | Zaydluq |
| Submission Time | 2026-06-22 17:05:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:23: error: expected ‘;’ at end of input
6 | cout << "Hello World"
| ~~~~~~~~~~~~~^
| ;
helloworld.cpp:6:10: error: expected ‘}’ at end of input
6 | cout << "Hello World"
| ^~~~~~~~~~~~~
helloworld.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^