Problem helloworld
User NichWong
Submission Time 2026-05-01 20:29:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:2: error: expected primary-expression before ‘return’
6 | return 0;
| ^~~~~~