Problem helloworld
User chaewon11
Submission Time 2025-07-29 15:41:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:4:8: error: missing terminating " character
4 | cout<<"hello world>>
| ^~~~~~~~~~~~~~
helloworld.cpp: In function β€˜int main()’:
helloworld.cpp:5:1: error: expected primary-expression before β€˜}’ token
5 | }
| ^