제출 #152821

#제출 시각아이디문제언어결과실행 시간메모리
152821phillipKošnja (COCI17_kosnja)C++14
50 / 50
183 ms1272 KiB
#include <bits/stdc++.h> using namespace std; int n,x,y; int main() { cin>>n; while(n--) { cin>>x>>y; cout<<(min(x,y)-1)*2<<"\n"; } }
#Verdict Execution timeMemoryGrader output
Fetching results...