uva6437 Power Plant

#include<cstdio> #include<algorithm> #include<iostream> #include<cstring> #define N 100090 using namespace std; int n,m,t; int pre[N]; struct node {     int st,ed,val; }e[N]; void init() {     for(int
相關文章
相關標籤/搜索