Problem helloworld
User pearl333
Submission Time 2026-05-16 12:39:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:13: error: expected ‘;’ before ‘}’ token
7 | return 0;67
| ^
| ;
8 | }
| ~