摘要: 请看这个说明http://blog.csdn.net/u014800748/article/details/45914353 #define _CRT_SECURE_NO_WARNINGS #include<iostream> #include<algorithm> #include<set> #i 阅读全文
posted @ 2016-04-21 15:40 shuguangzw 阅读(161) 评论(0) 推荐(0)
摘要: 模板题,这题有一点需要注意,因为要求非负,ax=b(mod L) 得保证 a>=0 #include <stdio.h> #include <iostream> #include <algorithm> #include <vector> #include <queue> #include <str 阅读全文
posted @ 2016-04-21 11:32 shuguangzw 阅读(122) 评论(0) 推荐(0)