摘要: 359A 如果有点在边上则最少两次 没有则最少操作4次#include #include #include #include using namespace std;int g[50][50],n,m;int main(){ bool flag = false; scanf("%d%d"... 阅读全文
posted @ 2013-11-03 14:04 xlc2845 阅读(591) 评论(0) 推荐(0)
摘要: stl 里的map使用 然后就是快速幂取余#include #include #include #include #include #define LL long long#define mod 1000000007using namespace std;LL num[100010];LL pow... 阅读全文
posted @ 2013-11-03 13:47 xlc2845 阅读(182) 评论(0) 推荐(0)