
描述
input an integer x.0<xy<+42 0000 0000,y=x"16;output y.
output x in decimal,and hexadecimal,output y in hexadecimal
输入
input x in decimal.
输出
output x in decimal,and hexadecimal;%08x,
output y in decimal,and hexadecimal:%08x.
样例输入
15
样例输出
15 0000000f
240 000000f0
提示
no "enter” at the end.
