摘要: 带着 freopen提交会TLE....... 1 #include <cstdio> 2 #include <iostream> 3 #include <string> 4 #include <algorithm> 5 using namespace std; 6 #define N 100000 阅读全文
posted @ 2016-02-02 11:08 sxb_201 阅读(204) 评论(0) 推荐(0) 编辑
摘要: .. #include <cstdio>#include <cmath>#include <algorithm>using namespace std;#define LL long longLL n,A,B,C,a[10000000+1];int main(){ scanf("%d%d%d%d%d 阅读全文
posted @ 2016-02-02 10:02 sxb_201 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1 #include <cstdio> 2 #include <iostream> 3 #include <cmath> 4 #include <algorithm> 5 #include <cstring> 6 using namespace std; 7 8 int p[1001][1001]; 阅读全文
posted @ 2016-02-02 09:42 sxb_201 阅读(204) 评论(0) 推荐(0) 编辑