Pascal :
var st:string; begin readln(st); writeln('Hello ',st,'!'); end.
Python :
# coding=utf-8 a=input() print('Hello',a+'!')
By signing up a 算道OJ universal account, you can submit code and join discussions in all online judging services provided by us.
Using your 算道OJ universal account