摘要: A. 随便判一下,注意边界 1 #include<bits/stdc++.h> 2 #define ll long long 3 using namespace std; 4 int T; 5 int n,x,a,b; 6 int main() 7 { 8 cin>>T; 9 while(T--) 阅读全文
posted @ 2019-11-22 00:35 幽蝶 阅读(186) 评论(0) 推荐(0)