2013年6月20日
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=2031这个题主要是注意判断大于R大于10的情况下进行处理,还有负号不能忘了处理,提前输出就行,其余的与以前做过的并没什么不同了,差不多还是以前的思路 1 #include <cstdio> 2 #include<cstring> 3 #include <cstdlib> 4 #include<iostream> 5 using namespace std ; 6 const int MAXN = 1010 ; 7 int main() 8 { 9 int R,N 阅读全文
posted @ 2013-06-20 02:28 枫、 阅读(161) 评论(0) 推荐(0) 编辑