文件名称:the-n-time-A--plus-B

  • 所属分类:
  • C#编程
  • 资源属性:
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 9kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 沙***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

Descr iption:



想必大家都做过A+B这道经典的入门题了,这次的A+B问题是基于十六进制数的两个数相加。这16个数字是 0 ~ 9 ,另外用 a 表示数字 10 ,用 b 表示数字 11 ,用 c 表示数字 12 ,用 d 表示数字 13 ,用 e 表示数字 14 ,用 f 表示数字 15 。

Input:



输入包含多组数据,每组数据包含一行两个十六进制整数a和b(0<=a,b<=fffffff,都以小写给出)。处理到文件结束。

Output:



每个输入对应一行输出结果(也是十六进制)。

Sample Input:



0 0

23 32

119 911

dd dd

eafa 875

Sample Output:



0

55

a2a

1ba

f36f

Source:



KIX-Descr iption: Surely we have done A+ B, classical entry this problem, and this A+ B is based on the hexadecimal number two numbers. That 16 number is ' 0 ' - ' 9' , the other with ' a' indicates the number ' 10 ' with' b ' indicates the number ' 11' with ' c' indicates the number ' 12 ' with' d ' indicates a number ' 13 ' , with' e ' indicates the number ' 14' with ' f' represents a number ' 15 ' . Input: input contains multiple sets of data, each row of data contains two hexadecimal integers a and b (0 < = a, b < = fffffff, are given in lowercase). Treatment to end of file. Output: the output of each input corresponds to one line (and hex). Sample Input: 0 0 23 32 119 911 dd dd eafa 875 Sample Output: 0 55 a2a 1ba f36f Source: KIX
(系统自动生成,下载前可以参看下载内容)

下载文件列表

the n time A plus B.docx

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org