Problem helloworld
User vs358
Submission Time 2023-11-15 14:28:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:6:12: error: expected ‘;’ before ‘}’ token
6 | return 313
| ^
| ;
7 | }
| ~