摘要:
CF831 C Jury Marks 对于任意一个b,肯定是某一个裁判打分后的结果。先由此求出所有可能的初始分数,再判断是否满足其它的b值。 1 #include <cstdio> 2 #include <bits/stdc++.h> 3 using namespace std; 4 5 int a 阅读全文
摘要:
{DP} A Spy in the Metro UVA - 1025 has_train那块搞了挺久的。。。 1 #include <cstdio> 2 #include <bits/stdc++.h> 3 using namespace std; 4 const int maxn=260; 5 c 阅读全文