Problem greeting
User Daembt
Submission Time 2026-04-15 16:45:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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