题号:BC7 题目: 缩短二进制 求三连 废话不多说,上题目内容: 参考代码有两种: //代码1 include<stdio.h> int main() { printf("0%o 0X%X", 1234, 1234);