2013年12月8日
摘要: 先将博客搬至CSDN。 阅读全文
posted @ 2013-12-08 12:06 straw_berry 阅读(164) 评论(0) 推荐(0) 编辑
摘要: A:http://codeforces.com/problemset/problem/370/A 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 int main() 8 { 9 int chess[10][10];10 memset(chess,0,sizeof(chess));11 for(int i = 1; i 2 #include 3 int main() 4 { 5 int a[110][110]; 6 int cnt[110],x,n; 7 ... 阅读全文
posted @ 2013-12-08 11:58 straw_berry 阅读(223) 评论(0) 推荐(0) 编辑