Problem helloworld
User zhaoqihui
Submission Time 2025-09-25 21:16:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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