#include <bits/stdc++.h>
using namespace std;
#pragma GCC optimize("O3,unroll-loops")
#pragma GCC target("avx2,bmi,bmi2,popcnt,lzcnt")
int n;
long long r;
int arr[200005],brr[200005],at;
int calc(){
if(arr[at]==1) return 1;
for(int i=0; i<2*n; i++) brr[i]=arr[i];
int ex[n];
memset(ex,0,sizeof(ex));
int rnd=min(n,400);
for(int k=0; k<rnd; k++){
for(int j=0; j<n; j++) ex[j]=0;
if(brr[1]>brr[0]) ex[0]=1;
for(int j=1; j<n; j++){
if(brr[j<<1|1]<brr[j<<1]) ex[j]=1;
}
swap(brr[ex[0]],brr[(n-1)<<1|ex[n-1]]);
for(int i=0; i<n-2; i++){
swap(brr[i<<1|ex[i]],brr[(i+1)<<1|ex[i+1]]);
}
}
int cur=0;
for(int i=0; i<2*n; i++){
if(arr[at]==brr[i]) cur=i/2;
}
if(arr[at]>n) return cur+1;
cur-=r-rnd;
cur%=n;
if(cur<0) cur+=n;
return cur+1;
}
int32_t main(){
ios::sync_with_stdio(0);
cin.tie(0);
cin >> n >> r;
for(int i=0; i<2*n; i++){
cin >> arr[i];
}
for(int i=0; i<2*n-1; i++) swap(arr[i],arr[i+1]);
at=2*n-1;
pair<int,int> ans={1e8,-1};
for(int i=2*n-1; i>=max(0,2*n-4000); i-=2){
int x=calc();
//cout << i << ' ' << x << '\n';
if(x<ans.first) ans={x,i};
if(i){
at--;
swap(arr[i],arr[i-1]);
at--;
swap(arr[i-1],arr[i-2]);
}
}
cout << ans.second/2+1;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
348 KB |
Output is correct |
2 |
Correct |
0 ms |
348 KB |
Output is correct |
3 |
Correct |
2 ms |
348 KB |
Output is correct |
4 |
Execution timed out |
2094 ms |
348 KB |
Time limit exceeded |
5 |
Correct |
1 ms |
348 KB |
Output is correct |
6 |
Correct |
11 ms |
464 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
1 ms |
348 KB |
Output is correct |
2 |
Correct |
12 ms |
464 KB |
Output is correct |
3 |
Correct |
1541 ms |
472 KB |
Output is correct |
4 |
Execution timed out |
2077 ms |
604 KB |
Time limit exceeded |
5 |
Runtime error |
12 ms |
2140 KB |
Execution killed with signal 11 |
6 |
Correct |
12 ms |
464 KB |
Output is correct |
7 |
Correct |
621 ms |
348 KB |
Output is correct |
8 |
Execution timed out |
2032 ms |
600 KB |
Time limit exceeded |
9 |
Execution timed out |
2064 ms |
860 KB |
Time limit exceeded |
10 |
Correct |
1026 ms |
460 KB |
Output is correct |
11 |
Execution timed out |
2037 ms |
856 KB |
Time limit exceeded |
12 |
Execution timed out |
2067 ms |
348 KB |
Time limit exceeded |
13 |
Execution timed out |
2069 ms |
1884 KB |
Time limit exceeded |
14 |
Execution timed out |
2073 ms |
348 KB |
Time limit exceeded |
15 |
Execution timed out |
2063 ms |
860 KB |
Time limit exceeded |
16 |
Correct |
12 ms |
344 KB |
Output is correct |
17 |
Correct |
1277 ms |
348 KB |
Output is correct |
18 |
Execution timed out |
2059 ms |
348 KB |
Time limit exceeded |
19 |
Execution timed out |
2050 ms |
348 KB |
Time limit exceeded |
20 |
Execution timed out |
2056 ms |
344 KB |
Time limit exceeded |
21 |
Execution timed out |
2059 ms |
860 KB |
Time limit exceeded |
22 |
Execution timed out |
2057 ms |
860 KB |
Time limit exceeded |
23 |
Runtime error |
11 ms |
2140 KB |
Execution killed with signal 11 |
24 |
Correct |
12 ms |
464 KB |
Output is correct |
25 |
Correct |
697 ms |
596 KB |
Output is correct |
26 |
Execution timed out |
2058 ms |
348 KB |
Time limit exceeded |
27 |
Execution timed out |
2045 ms |
860 KB |
Time limit exceeded |
28 |
Runtime error |
12 ms |
2140 KB |
Execution killed with signal 11 |
29 |
Incorrect |
1737 ms |
468 KB |
Output isn't correct |
30 |
Execution timed out |
2044 ms |
344 KB |
Time limit exceeded |
31 |
Execution timed out |
2036 ms |
604 KB |
Time limit exceeded |
32 |
Runtime error |
12 ms |
2140 KB |
Execution killed with signal 11 |
33 |
Correct |
12 ms |
468 KB |
Output is correct |
34 |
Correct |
12 ms |
464 KB |
Output is correct |
35 |
Execution timed out |
2033 ms |
600 KB |
Time limit exceeded |
36 |
Execution timed out |
2017 ms |
344 KB |
Time limit exceeded |
37 |
Execution timed out |
2004 ms |
600 KB |
Time limit exceeded |
38 |
Execution timed out |
2059 ms |
860 KB |
Time limit exceeded |
39 |
Correct |
10 ms |
348 KB |
Output is correct |
40 |
Incorrect |
779 ms |
592 KB |
Output isn't correct |
41 |
Execution timed out |
2061 ms |
348 KB |
Time limit exceeded |
42 |
Execution timed out |
2049 ms |
348 KB |
Time limit exceeded |
43 |
Execution timed out |
2059 ms |
348 KB |
Time limit exceeded |
44 |
Execution timed out |
2075 ms |
604 KB |
Time limit exceeded |
45 |
Execution timed out |
2021 ms |
600 KB |
Time limit exceeded |
46 |
Execution timed out |
2053 ms |
860 KB |
Time limit exceeded |
47 |
Runtime error |
11 ms |
2140 KB |
Execution killed with signal 11 |