# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
698416 | amunduzbaev | 유괴 2 (JOI17_abduction2) | C++17 | 1547 ms | 20728 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "bits/stdc++.h"
using namespace std;
#define ar array
typedef long long ll;
//~ #define int ll
const int N = 5e4 + 5;
const int M = 16;
vector<ar<int, 2>> tot[N + N];
int a[2][N], pos[2][N];
int L[2][N][M], R[2][N][M];
signed main(){
ios::sync_with_stdio(0); cin.tie(0);
ar<int, 2> n; int q;
cin >> n[0] >> n[1] >> q;
for(int t=0;t<2;t++){
a[t][0] = a[t][n[t] + 1] = 2e9;
for(int i=1;i<=n[t];i++){
cin >> a[t][i];
}
vector<int> ss; ss.push_back(0);
for(int i=1;i<=n[t];i++){
while(!ss.empty() && a[t][ss.back()] < a[t][i]){
ss.pop_back();
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |