#include <bits/stdc++.h>
using namespace std;
#define type(x) __typeof((x).begin())
#define foreach(it, x) for(type(x) it = (x).begin(); it != (x).end(); it++)
typedef long long ll;
typedef pair < int, int > ii;
const int inf = 1e9 + 333;
const ll linf = 1e18 + inf;
#include "gondola.h"
int valid(int n, int inputSeq[]) {
int ind = -1, x = -1;
for(int i = 0; i < n; i++) {
if(inputSeq[i] <= n) {
ind = i;
x = inputSeq[i];
break;
}
}
if(ind == -1)
return 1;
for(int i = ind + 1; i < n; i++) {
if(inputSeq[i] <= n and (x + i - ind - 1) % n + 1 != inputSeq[i])
return 0;
}
set < int > s;
for(int i = 0; i < n; i++)
s.insert(inputSeq[i]);
return s.size() == n;
}
//----------------------
int replacement(int n, int gondolaSeq[], int replacementSeq[])
{
return -2;
}
//----------------------
int countReplacement(int n, int inputSeq[])
{
return -3;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
3092 KB |
Output is correct |
2 |
Correct |
0 ms |
3092 KB |
Output is correct |
3 |
Correct |
0 ms |
3092 KB |
Output is correct |
4 |
Correct |
0 ms |
3092 KB |
Output is correct |
5 |
Correct |
0 ms |
3092 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
3092 KB |
Output is correct |
2 |
Correct |
0 ms |
3092 KB |
Output is correct |
3 |
Correct |
0 ms |
3092 KB |
Output is correct |
4 |
Correct |
0 ms |
3092 KB |
Output is correct |
5 |
Correct |
0 ms |
3092 KB |
Output is correct |
6 |
Correct |
14 ms |
4808 KB |
Output is correct |
7 |
Correct |
10 ms |
3092 KB |
Output is correct |
8 |
Correct |
27 ms |
6392 KB |
Output is correct |
9 |
Correct |
8 ms |
4148 KB |
Output is correct |
10 |
Correct |
35 ms |
6920 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
0 ms |
3092 KB |
Output is correct |
2 |
Correct |
0 ms |
3092 KB |
Output is correct |
3 |
Correct |
0 ms |
3092 KB |
Output is correct |
4 |
Correct |
0 ms |
3092 KB |
Output is correct |
5 |
Correct |
0 ms |
3092 KB |
Output is correct |
6 |
Correct |
13 ms |
4808 KB |
Output is correct |
7 |
Correct |
13 ms |
3092 KB |
Output is correct |
8 |
Correct |
28 ms |
6392 KB |
Output is correct |
9 |
Correct |
8 ms |
4148 KB |
Output is correct |
10 |
Correct |
32 ms |
6920 KB |
Output is correct |
11 |
Correct |
0 ms |
3092 KB |
Output is correct |
12 |
Correct |
0 ms |
3092 KB |
Output is correct |
13 |
Correct |
5 ms |
3092 KB |
Output is correct |
14 |
Incorrect |
0 ms |
3092 KB |
Output isn't correct |
15 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
3092 KB |
Output isn't correct - Integer -2 violates the range [0, 350000] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
3092 KB |
Output isn't correct - Integer -2 violates the range [0, 350000] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
3092 KB |
Output isn't correct - Integer -2 violates the range [0, 350000] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
3092 KB |
Output isn't correct - Integer -3 violates the range [0, 1000000008] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
3092 KB |
Output isn't correct - Integer -3 violates the range [0, 1000000008] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
3092 KB |
Output isn't correct - Integer -3 violates the range [0, 1000000008] |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
3092 KB |
Output isn't correct - Integer -3 violates the range [0, 1000000008] |
2 |
Halted |
0 ms |
0 KB |
- |