摘要: /*题目描述 将一个长度最多为30位数字的十进制非负整数转换为二进制数输出。 输入 多组数据,每行为一个长度不超过30位的十进制非负整数。 (注意是10进制数字的个数可能有30个,而非30bits的整数) 输出 每行输出对应的二进制数。 样例输入 985 211 1126 样例输出 1111011001 11010011 10001100110 */ #include #include... 阅读全文
posted @ 2019-07-23 23:26 yeoreum 阅读(106) 评论(0) 推荐(0) 编辑
摘要: suibianwanwan 阅读全文
posted @ 2019-03-26 21:56 yeoreum 阅读(103) 评论(0) 推荐(0) 编辑
摘要: - finite undirected gragh ∑deg(v) = 2|E| In a k-ary tree where every node has either 0 or k children, following property is always true. case: root is 阅读全文
posted @ 2019-03-25 16:25 yeoreum 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 312 is no 阅读全文
posted @ 2019-03-16 21:00 yeoreum 阅读(153) 评论(0) 推荐(0) 编辑
摘要: suibianwanwan 阅读全文
posted @ 2019-03-14 11:32 yeoreum 阅读(181) 评论(0) 推荐(0) 编辑
摘要: suibianwanwan 阅读全文
posted @ 2019-03-14 00:04 yeoreum 阅读(461) 评论(0) 推荐(0) 编辑