Problem helloworld
User we
Submission Time 2026-04-29 15:33:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:24: error: expected ‘}’ at end of input
9 | cout << "Hello World";
| ^
helloworld.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^