Codeforces Global Round 3

Codeforces Global Round 3html B - Born This Way 首先二分从B到C坐的是哪一个航班,而后枚举从A到B坐的是哪一个航班便可。c++ #include<bits/stdc++.h> #define qmin(x,y) (x=min(x,y)) #define qmax(x,y) (x=max(x,y)) #define pir pair<int,int>
相关文章
相关标签/搜索