Problem helloworld
User gamer1234e
Submission Time 2026-02-12 19:20:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:5:21: error: expected ‘;’ before ‘signed’
5 | ;using namespace std
| ^
| ;
6 |
7 | signed main( ) {
| ~~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:23: error: expected ‘;’ before ‘}’ token
9 | cout<< "hello world "
| ^
| ;
10 |
11 | }
| ~