摘要: 题目:Problem DescriptionGive you the width and height of the rectangle,darw it.InputInput contains a number of test cases.For each case ,there are two n... 阅读全文
posted @ 2015-05-08 18:29 Xwoder 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 题目:Problem Description求A^B的最后三位数表示的整数。说明:A^B的含义是“A的B次方”Input输入数据包含多个测试实例,每个实例占一行,由两个正整数A和B组成(1int main(void) { unsigned int A, B, i, result; whi... 阅读全文
posted @ 2015-05-08 13:19 Xwoder 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 题目:DescriptionJohn von Neumann, b. Dec. 28, 1903, d. Feb. 8, 1957, was a Hungarian-American mathematician who made important contributions to the foun... 阅读全文
posted @ 2015-05-08 13:14 Xwoder 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 题目:Problem Description给定一个日期,输出这个日期是该年的第几天。Input输入数据有多组,每组占一行,数据格式为YYYY/MM/DD组成,具体参见sample input ,另外,可以向你确保所有的输入数据是合法的。Output对于每组输入数据,输出一行,表示该日期是该年的第几... 阅读全文
posted @ 2015-05-08 13:07 Xwoder 阅读(225) 评论(0) 推荐(0) 编辑