文件名称:2to3
介绍说明--下载内容均来自于网络,请自行研究使用
输入一个2进制的数,要求输出该2进制数的3进制表示。
在3进制的表示中,只有0,1,2三种符号输入第1行是测试数据的组数n,后面跟着n行输入。每组测试数据占1行,包括一个以0和1组成的字符串,字
符串长度至少是1,至多是64输出n行,每行输出对应一个输入。-Enter a binary number, the required output of the binary numbers 3 hexadecimal.
3 hexadecimal representation, only three symbols 0,1,2 input line 1 is the number of the test data set n, followed by n input lines. Each test accounted for one line, including a string of 0s and 1s, the word
String length is at least 1, at most 64 output n lines, each line of output corresponds to one input.
在3进制的表示中,只有0,1,2三种符号输入第1行是测试数据的组数n,后面跟着n行输入。每组测试数据占1行,包括一个以0和1组成的字符串,字
符串长度至少是1,至多是64输出n行,每行输出对应一个输入。-Enter a binary number, the required output of the binary numbers 3 hexadecimal.
3 hexadecimal representation, only three symbols 0,1,2 input line 1 is the number of the test data set n, followed by n input lines. Each test accounted for one line, including a string of 0s and 1s, the word
String length is at least 1, at most 64 output n lines, each line of output corresponds to one input.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2to3.cpp