Problem helloworld
User NsNassCode
Submission Time 2024-06-18 10:35:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:14:13: error: expected ‘}’ at end of input
14 | return 0;
| ^
helloworld.cpp:10:1: note: to match this ‘{’
10 | {
| ^