Problem helloworld
User anamitra123
Submission Time 2024-06-24 14:07:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:21: error: expected ‘}’ at end of input
4 | cout <<"hello\world";
| ^
helloworld.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^