#include<bits/stdc++.h>
#define mp make_pair
#define pb push_back
#define ii pair<int,int>
#define all(x) (x).begin(),(x).end()
#define INF 100000000000000000
#define modulo 1000000007
#define mod 998244353
#define int long long int
using namespace std;
int32_t main(){
ios_base::sync_with_stdio(false);
cin.tie(NULL);
// freopen("q.gir","r",stdin);
// freopen("q.cik","w",stdout);
int q;
cin>>q;
while(q--){
int a,b;
cin>>a>>b;
cout<<(min(a,b)-1)*2<<"\n";
}
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
2 ms |
380 KB |
Output is correct |
2 |
Correct |
2 ms |
376 KB |
Output is correct |
3 |
Correct |
2 ms |
376 KB |
Output is correct |
4 |
Correct |
2 ms |
376 KB |
Output is correct |
5 |
Correct |
2 ms |
376 KB |
Output is correct |
6 |
Correct |
12 ms |
1016 KB |
Output is correct |
7 |
Correct |
18 ms |
1232 KB |
Output is correct |
8 |
Correct |
12 ms |
1016 KB |
Output is correct |
9 |
Correct |
17 ms |
1400 KB |
Output is correct |
10 |
Correct |
12 ms |
1016 KB |
Output is correct |