C :
#include<stdio.h> #include<string.h> int main(){ char str[100]; int i; gets(str); scanf("%d",&i); printf("%d hao shi %s.\n",i,str); return 0; }
Pascal :
var s1,s2:string; begin readln(s1); readln(s2); writeln(s2,' hao shi ',s1); end.
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