摘要:
http://acm.hnu.cn/online/?action=problem&type=show&id=12833&courseid=268hnu 7/20 简单的题 小BUG y==2 时 n==x 时 不用再单独讨论 因为第一组数据可以看出 是我太傻逼 唉#include#include... 阅读全文
摘要:
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 typedef long long INT; 9 const INT MOD = 1000000007; 10 co... 阅读全文
摘要:
http://codeforces.com/contest/449/problem/A form WJMZBMR 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 typed... 阅读全文
摘要:
http://codeforces.com/contest/450/problem/B#include#include#includeusing namespace std;typedef long long LL;const long long mod=1000000007;int main(){... 阅读全文
摘要:
http://codeforces.com/contest/450/problem/A 1 #include 2 #include 3 #include 4 using namespace std; 5 int main(){ 6 int n,m,x,k; 7 while(cin>... 阅读全文