Problem helloworld
User fox
Submission Time 2025-01-20 16:39:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:28: error: expected ‘;’ before ‘return’
4 | std::cout << "hello world"
| ^
| ;
5 |
6 | return 0;
| ~~~~~~