等考题库
更多题目课程内容
更多课程精选题解
更多
AtCoder Beginner Contest 461周赛A-F题解
A题 签到题 include using namespace std; int main { int a,b; cin a b; cou...
AtCoder Beginner Contest 460周赛A-F题解
C题 双指针 很简单的一道题,两个数组都排序,我们要保证b j <=a i 2,否则的话让i往前走上i变的更大 include usin...
AtCoder Beginner Contest 459周赛A-F题解
A题 签到题 include using namespace std; int main { int n; cin n; string ...