摘要:
http://codeforces.com/problemset/problem/10/A题很简单,就是题意难懂啊。。。 1 #include 2 #include 3 #include 4 using namespace std; 5 const int N=102; 6 struct node 7 { 8 int l,r; 9 } g[N];10 int main()11 {12 int n,p1,p2,p3,t1,t2;13 while(cin>>n>>p1>>p2>>p3>>t1>>t2)14 {15 int su 阅读全文
posted @ 2014-04-10 00:21
N_ll
阅读(151)
评论(0)
推荐(0)

浙公网安备 33010602011771号