C. 练43.2十进制转十六进制

    Type: RemoteJudge 1000ms 512MiB

练43.2十进制转十六进制

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

请把一个十进制数转变为十六进制数,其中 101510\sim 15 分别用大写字母AABBCCDDEEFF表示。

输入格式

一个十进制数 nn (1n1091≤n≤10^9)。

输出格式

一个整数,表示对应的十六进制数。

样例

31
1F

C++|1ST|2024-12-13練習

Not Claimed
Status
Done
Problem
9
Open Since
2024-12-13 0:00
Deadline
2024-12-21 23:59
Extension
24 hour(s)