Problem helloworld
User Ninjatobs
Submission Time 2026-06-23 10:29:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:30: error: expected ‘}’ at end of input
9 | cout << "Hello World";
| ^
helloworld.cpp:8:15: note: to match this ‘{’
8 | if(x == 1){
| ^
helloworld.cpp:9:30: error: expected ‘}’ at end of input
9 | cout << "Hello World";
| ^
helloworld.cpp:6:14: note: to match this ‘{’
6 | signed main(){
| ^