Problem greeting
User officemouse
Submission Time 2023-11-08 09:36:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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