#include "lockpicking.h"
#include<bits/stdc++.h>
using namespace std;
#define rep(a, b) for(int a = 0; a < (b); ++a)
#define st first
#define nd second
#define pb push_back
#define all(a) a.begin(), a.end()
void construct_card(int N, vector<int>A, vector<vector<int>>S) {
vector<int>B=A;
vector<vector<int>>T=S;
int k=1;
vector<int>odw(N);
for(int i=1; i<N; ++i) {
int p=i, s=0;
int ile=0;
while(p!=s%N && ile<1000000) {
++ile;
if(A[p]!=B[s] && !odw[s]) {
rep(j, N) {
B.pb(A[j]);
T.pb({S[j][0]+k*N, S[j][1]+k*N});
}
T[s][A[p]]=S[p][B[s]]+k*N;
++k;
}
int x=A[p], y=B[s];
p=S[p][y];
s=T[s][x];
if(x!=y) ile=0;
}
}
define_states(N*k, B, T, 0);
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
2 |
Correct |
5 ms |
436 KB |
ok, most errors: 0 (allowed: 1) |
3 |
Correct |
5 ms |
348 KB |
ok, most errors: 0 (allowed: 1) |
4 |
Correct |
0 ms |
432 KB |
ok, most errors: 1 (allowed: 1) |
5 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
6 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
7 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
8 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
9 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
10 |
Correct |
1 ms |
344 KB |
ok, most errors: 1 (allowed: 1) |
11 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
12 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
6 ms |
600 KB |
ok, most errors: 4 (allowed: 29) |
2 |
Incorrect |
1 ms |
348 KB |
failed to open the lock |
3 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
60 ms |
348 KB |
failed to open the lock |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
2 |
Correct |
5 ms |
436 KB |
ok, most errors: 0 (allowed: 1) |
3 |
Correct |
5 ms |
348 KB |
ok, most errors: 0 (allowed: 1) |
4 |
Correct |
0 ms |
432 KB |
ok, most errors: 1 (allowed: 1) |
5 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
6 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
7 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
8 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
9 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
10 |
Correct |
1 ms |
344 KB |
ok, most errors: 1 (allowed: 1) |
11 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
12 |
Correct |
0 ms |
348 KB |
ok, most errors: 1 (allowed: 1) |
13 |
Correct |
6 ms |
600 KB |
ok, most errors: 4 (allowed: 29) |
14 |
Incorrect |
1 ms |
348 KB |
failed to open the lock |
15 |
Halted |
0 ms |
0 KB |
- |