Problem1028--字符串进制转换1028: 字符串进制转换
Time Limit: 1 Sec Memory Limit: 128 MB
Submit: 6571 Solved: 5205
[Submit] [Status] [Web Board] [Creator:]Description
请你将一个 10 进制的整数字符串转换成 16 进制。
Input
输入一行字符串,表示一个 10 进制。
Output
输出一个字符串,表示转换的结果。
Sample Input
1
Sample Output
0x1
HINT
2020.12.5 完善了题目描述
Source/Category
[Submit] [Status]