今年暑假不AC #include<bits/stdc++.h> using namespace std; struct program{ int begin; int end; }; bool compare(program a,program b){ return a.end<b.end; } int main(){ int n; while(cin>...