Problem helloworld
User peepeepoopoo
Submission Time 2026-06-03 11:22:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:20: error: expected ‘;’ before ‘,’ token
3 | using namespace std,
| ^
| ;
helloworld.cpp:3:20: error: expected unqualified-id before ‘,’ token
helloworld.cpp:5:8: error: a function-definition is not allowed here before ‘{’ token
5 | main() {
| ^