# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
100944 | 2019-03-15T11:11:47 Z | AKaan37 | Košnja (COCI17_kosnja) | C++17 | 33 ms | 1280 KB |
//Sani buyuk Osman Pasa Plevneden cikmam diyor. //FatihSultanMehmedHan //Allah Buyuktur. //Bismillahirrahmanirrahim #include <bits/stdc++.h> using namespace std; typedef long long int lo; typedef pair< int,int > PII; #define fi first #define se second #define mp make_pair #define pb push_back #define fio() ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL) #define FOR for(int i=1;i<=n;i++) #define mid (bas+son)/2 const lo MAX = -1000000000000000000; const lo MIN = 1000000000000000000; const lo inf = 1000000000; const lo KOK = 100000; const lo LOG = 30; const lo li = 100005; const lo mod = 1000000007; lo n,m,cev,b,a[li],k; string s; vector<int> v; int main(){ scanf("%lld",&n); while(n--){ scanf("%lld %lld",&m,&b); printf("%lld\n",min(2*(m-1),2*(b-1))); } return 0; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 2 ms | 384 KB | Output is correct |
2 | Correct | 3 ms | 384 KB | Output is correct |
3 | Correct | 9 ms | 384 KB | Output is correct |
4 | Correct | 2 ms | 256 KB | Output is correct |
5 | Correct | 3 ms | 384 KB | Output is correct |
6 | Correct | 12 ms | 896 KB | Output is correct |
7 | Correct | 19 ms | 1280 KB | Output is correct |
8 | Correct | 19 ms | 1024 KB | Output is correct |
9 | Correct | 33 ms | 1280 KB | Output is correct |
10 | Correct | 23 ms | 1024 KB | Output is correct |