文件名称:R
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- yag****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
描述:
输入一个十进制数N,将它转换成R进制数输出。
输入:
输入共一行,包含两个整数N(32位正整数)和R(2<=R<=16, R<>10)。
输出:
输出转换后的数,输出占一行。如果R大于10,则对应的数字规则参考16进制(比如,10-16分别用A-F表示,等等)。
输入样例:
23 12
6687 16
输出样例:
1B
1A1F-Descr iption: Enter a decimal number N, converted it to the number of R band output. Input: Enter the total line contains two integers N (32 bit integer) and R (2 < = R < = 16, R < > 10). Output: Output the converted number, the output line. If R is greater than 10, then the rules of the corresponding reference number 16 hex (for example, 10-16 were expressed with AF, etc.). Input sample: 2312668716 Output Sample: 1B 1A1F
输入一个十进制数N,将它转换成R进制数输出。
输入:
输入共一行,包含两个整数N(32位正整数)和R(2<=R<=16, R<>10)。
输出:
输出转换后的数,输出占一行。如果R大于10,则对应的数字规则参考16进制(比如,10-16分别用A-F表示,等等)。
输入样例:
23 12
6687 16
输出样例:
1B
1A1F-Descr iption: Enter a decimal number N, converted it to the number of R band output. Input: Enter the total line contains two integers N (32 bit integer) and R (2 < = R < = 16, R < > 10). Output: Output the converted number, the output line. If R is greater than 10, then the rules of the corresponding reference number 16 hex (for example, 10-16 were expressed with AF, etc.). Input sample: 2312668716 Output Sample: 1B 1A1F
(系统自动生成,下载前可以参看下载内容)
下载文件列表
R.txt