733c专题

733C. Epidemic in Monstropolis codeforces(模拟)

写的不怎么好,有好多漏洞,到最后是看测试数据一点一点改才过的,不过也算得到锻炼了。 #include<bits/stdc++.h>#define MAX 0x3f3f3f3fusing namespace std;long long a[505],b[505];struct node{int l;int r;}arr[505];struct road{int v;char