摘要: 本来这题的难度没什么好说的,但xlk大神的代码实在是太神这里可以看到http://codeforces.com/problemset/status/35/problem/E可能blog以后也会继续收藏一些神代码 1 #include 2 #include 3 #include 4 #include 5 #include 6 #define X first 7 #define Y second 8 using namespace std; 9 map>a;10 mapc;11 multisets;12 int n,h,x,y,z;13 int main()14 {15 freopen(&q 阅读全文