Problem helloworld
User jefan
Submission Time 2026-07-13 09:36:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:20: error: expected ‘;’ before ‘void’
2 | using namespace std
| ^
| ;
3 | void main() {
| ~~~~
helloworld.cpp:3:1: error: ‘::main’ must return ‘int’
3 | void main() {
| ^~~~