Problem helloworld
User Shauryaw
Submission Time 2025-06-16 13:46:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:17: error: ‘stdc’ is not a namespace-name
2 | using namespace stdc ;
| ^~~~
helloworld.cpp:4:11: error: expected initializer before ‘}’ token
4 | int main()}
| ^
helloworld.cpp:4:11: error: expected declaration before ‘}’ token
helloworld.cpp:6:2: error: ‘cout’ does not name a type
6 | cout << "Hello world" ;
| ^~~~
helloworld.cpp:7:2: error: expected unqualified-id before ‘return’
7 | return 0 ;
| ^~~~~~
helloworld.cpp:8:1: error: expected declaration before ‘}’ token
8 | }
| ^