Problem helloworld
User wooyankei
Submission Time 2024-11-11 15:47:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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