摘要: 奇数时一定有结果,偶数时一定没有。。。然后循环就可以了。ps:好几天没做题,有点手生了。。。View Code 1 #include <iostream> 2 #include <cstring> 3 #include <cstdio> 4 5 using namespace std; 6 7 8 int main() { 9 // freopen("data.txt", "r", stdin);10 11 __int64 n, tmp;12 int i;13 while(~scanf("%I64d" 阅读全文
posted @ 2012-01-19 11:57 AC_Von 阅读(308) 评论(0) 推荐(0) 编辑