摘要: A. The King's Race 签. 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 #define ll long long 5 ll n, x, y; 6 7 ll f(ll a, ll b) 8 { 9 return max(a 阅读全文
posted @ 2019-02-06 10:05 Dup4 阅读(260) 评论(0) 推荐(0)