Loading

摘要: A - Buttons #include<bits/stdc++.h> using namespace std; const int N = 1e6 + 5; typedef long long LL; int a, b; int main(){ cin>>a>>b; cout << max({a 阅读全文
posted @ 2021-02-10 23:45 WinterFa1L 阅读(94) 评论(0) 推荐(0)