Problem hello
User Ndys123
Submission Time 2025-06-16 14:44:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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