# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
838393 | 2023-08-26T18:47:59 Z | MohamedAhmed04 | 곤돌라 (IOI14_gondola) | C++14 | 26 ms | 5332 KB |
#include <bits/stdc++.h> #include "gondola.h" using namespace std ; const int MAX = 3e5 + 10 ; int arr[MAX] ; int valid(int n, int inputSeq[]) { for(int i = 0 ; i < 2*n ; ++i) arr[i] = inputSeq[i%n] ; set<int>s ; for(int i = 0 ; i < n ; ++i) s.insert(arr[i]) ; if(s.size() != n) return 0 ; int idx = -1 ; for(int i = 0 ; i < n ; ++i) { if(arr[i] <= n) idx = i ; } if(idx == -1) return 1 ; int now = arr[idx]-1 ; for(int i = idx ; i < idx+n ; ++i) { ++now ; if(now == n+1) now = 1 ; if(arr[i] != now && arr[i] <= n) return 0 ; } return 1 ; } //---------------------- int mark[MAX] ; int replacement(int n, int gondolaSeq[], int replacementSeq[]) { for(int i = 0 ; i < 2*n ; ++i) arr[i] = gondolaSeq[i%n] ; int idx = -1 ; for(int i = 0 ; i < n ; ++i) { if(arr[i] <= n) idx = i ; } int Max = *max_element(arr , arr + n) ; for(int i = 0 ; i < n ; ++i) mark[arr[i]] = 1 ; vector< pair<int , int> >vp ; if(idx == -1) { for(int i = 0 ; i < n ; ++i) vp.emplace_back(arr[i] , i+1) ; } else { int now = arr[idx] - 1 ; for(int i = idx ; i < idx+n ; ++i) { ++now ; if(now == n+1) now = 1 ; if(arr[i] > n) vp.emplace_back(arr[i] , now) ; } } sort(vp.begin() , vp.end()) ; idx = 0 ; int prv = n ; for(auto &p : vp) { replacementSeq[idx] = p.second , ++idx ; for(int i = prv+1 ; i < p.first ; ++i) replacementSeq[idx] = i , ++idx ; prv = p.first ; } return idx ; } //---------------------- int countReplacement(int n, int inputSeq[]) { return -3; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 212 KB | Output is correct |
2 | Correct | 0 ms | 212 KB | Output is correct |
3 | Correct | 0 ms | 212 KB | Output is correct |
4 | Correct | 0 ms | 212 KB | Output is correct |
5 | Correct | 0 ms | 212 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 212 KB | Output is correct |
2 | Correct | 1 ms | 212 KB | Output is correct |
3 | Correct | 0 ms | 212 KB | Output is correct |
4 | Correct | 0 ms | 212 KB | Output is correct |
5 | Correct | 0 ms | 212 KB | Output is correct |
6 | Correct | 8 ms | 2516 KB | Output is correct |
7 | Correct | 26 ms | 4344 KB | Output is correct |
8 | Correct | 15 ms | 4400 KB | Output is correct |
9 | Correct | 5 ms | 1620 KB | Output is correct |
10 | Correct | 19 ms | 5076 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 212 KB | Output is correct |
2 | Correct | 0 ms | 212 KB | Output is correct |
3 | Correct | 0 ms | 212 KB | Output is correct |
4 | Correct | 1 ms | 212 KB | Output is correct |
5 | Correct | 1 ms | 212 KB | Output is correct |
6 | Correct | 8 ms | 2640 KB | Output is correct |
7 | Correct | 20 ms | 4484 KB | Output is correct |
8 | Correct | 15 ms | 4436 KB | Output is correct |
9 | Correct | 5 ms | 1620 KB | Output is correct |
10 | Correct | 19 ms | 5076 KB | Output is correct |
11 | Correct | 1 ms | 212 KB | Output is correct |
12 | Correct | 0 ms | 212 KB | Output is correct |
13 | Correct | 11 ms | 2260 KB | Output is correct |
14 | Correct | 0 ms | 212 KB | Output is correct |
15 | Correct | 24 ms | 5332 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 212 KB | Output is correct |
2 | Correct | 1 ms | 212 KB | Output is correct |
3 | Correct | 0 ms | 308 KB | Output is correct |
4 | Correct | 0 ms | 212 KB | Output is correct |
5 | Correct | 1 ms | 212 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1 ms | 212 KB | Output is correct |
2 | Correct | 0 ms | 212 KB | Output is correct |
3 | Correct | 0 ms | 212 KB | Output is correct |
4 | Correct | 0 ms | 212 KB | Output is correct |
5 | Correct | 1 ms | 212 KB | Output is correct |
6 | Correct | 1 ms | 212 KB | Output is correct |
7 | Correct | 1 ms | 340 KB | Output is correct |
8 | Correct | 1 ms | 340 KB | Output is correct |
9 | Correct | 1 ms | 340 KB | Output is correct |
10 | Correct | 1 ms | 340 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 0 ms | 212 KB | Output is correct |
2 | Correct | 1 ms | 212 KB | Output is correct |
3 | Correct | 0 ms | 212 KB | Output is correct |
4 | Correct | 1 ms | 340 KB | Output is correct |
5 | Correct | 0 ms | 212 KB | Output is correct |
6 | Correct | 0 ms | 212 KB | Output is correct |
7 | Correct | 1 ms | 340 KB | Output is correct |
8 | Correct | 1 ms | 476 KB | Output is correct |
9 | Correct | 1 ms | 340 KB | Output is correct |
10 | Correct | 1 ms | 340 KB | Output is correct |
11 | Correct | 7 ms | 2004 KB | Output is correct |
12 | Correct | 8 ms | 2132 KB | Output is correct |
13 | Correct | 11 ms | 2152 KB | Output is correct |
14 | Correct | 7 ms | 1876 KB | Output is correct |
15 | Correct | 16 ms | 3020 KB | Output is correct |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 212 KB | Integer -3 violates the range [0, 1000000008] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 212 KB | Integer -3 violates the range [0, 1000000008] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 212 KB | Integer -3 violates the range [0, 1000000008] |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 1 ms | 212 KB | Integer -3 violates the range [0, 1000000008] |
2 | Halted | 0 ms | 0 KB | - |