随笔分类 - 

摘要:#define _CRT_SECURE_NO_WARNINGS#include#include#include#include#includeusing namespace std;const int N = 101;bool isSushu(int n){ if (n % 2 == 0 ||... 阅读全文
posted @ 2015-09-01 21:31 湛雷冲 阅读(1213) 评论(0) 推荐(0)
摘要:#define _CRT_SECURE_NO_WARNINGS#include#include#includeusing namespace std;#define N 500int n1, n2, ans;int result[N];bool state[N];bool map[N][N];boo... 阅读全文
posted @ 2015-08-31 11:41 湛雷冲 阅读(238) 评论(0) 推荐(0)