显性测试数据全对的WA之uva355(已AC)

该程序旨在将一个基于2到16的整数转换为另一个2到16的基数。输入包括原始基数、目标基数和原始数值。如果输入的数字包含非法数字,程序会输出错误信息。程序通过读取输入,检查和计算来完成转换,输出转换后的数值。代码已修复了之前可能导致40位二进制数溢出的问题,并解决了不能处理负数的疑虑。
摘要由CSDN通过智能技术生成

题目:

Write a program to convert a whole number specified in any base (2..16) to a whole number in any
other base (2..16). “Digits” above 9 are represented by single capital letters; e.g. 10 by A, 15 by F, etc.
Input
Each input line will consist of three values. The first value will be a positive integer indicating the base
of the number. The second value is a positive integer indicating the base we wish to convert to. The
third value is the actual number (in the first base) that we wish to convert. This number will have
letters representing any digits higher than 9 and may contain invalid “digits”. It will not exceed 10
characters. Each of the input values on a single line will be separated by at least one space.
Output
Program output consists of the original number followed by the string ‘base’, followed by the original
base number, followed by the string ‘=’ followed by the converted number followed by the stri

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值