| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1267728 | Sofiatpc | Self Study (JOI22_ho_t2) | C++20 | 45 ms | 4936 KiB |
#include <bits/stdc++.h>
using namespace std;
#define int long long
const int MAXN = 3*1e5+5;
int a[MAXN], b[MAXN], n,m;
signed main(){
ios_base::sync_with_stdio(0);
cin.tie(0);
cin>>n>>m;
int ans = 1e9+5;
for(int i = 1; i <= n; i++)cin>>a[i];
for(int i = 1; i <= n; i++){
cin>>b[i];
ans = min(ans,max(a[i],b[i]));
}
cout<<ans<<"\n";
}| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
