| Problem | helloworld |
|---|---|
| User | Xinyu1211 |
| Submission Time | 2024-06-20 13:53:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:29: error: expected ‘;’ before ‘}’ token
5 | cout << "hello world"<<'\n'
| ^
| ;
6 | }
| ~