Problem helloworld
User Khai
Submission Time 2024-02-02 15:17:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:28: error: expected ‘;’ before ‘}’ token
6 | std::cout << "Helloe World"}
| ^
| ;