# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
31685 | 2017-08-31T10:39:15 Z | top34051 | Gondola (IOI14_gondola) | C++14 | 0 ms | 4408 KB |
#include "gondola.h" #include<bits/stdc++.h> using namespace std; #define maxn 100005 int n; int p[maxn], a[maxn]; bool vis[250005]; void init(int N, int data[]) { int i; n = N; for(i=0;i<n;i++) p[i] = data[i]; } bool check(int x,int val) { int i; for(i=0;i<n;i++) { a[x] = val; printf("a %d = %d\n",x,a[x]); x = (x+1)%n; val = val%n + 1; } for(i=0;i<n;i++) { if(a[i]<=n && p[i]<=n && a[i]!=p[i]) return 0; } return 1; } int valid(int N, int data[]) { int i,j; init(N, data); for(i=0;i<n;i++) if(p[i]<=n) return check(i,p[i]); return 1; memset(vis,0,sizeof(vis)); for(i=0;i<n;i++) { if(vis[p[i]]) return 0; vis[p[i]] = 1; } } int replacement(int N, int data[], int res[]) { } int countReplacement(int N, int data[]) { }
Compilation message
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 4408 KB | 잘못된 접근입니다. |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 4408 KB | 잘못된 접근입니다. |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 4408 KB | 잘못된 접근입니다. |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 4408 KB | Integer 0 violates the range [1, 76] |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 4408 KB | Integer 0 violates the range [1, 76] |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 4408 KB | Integer 0 violates the range [1, 76] |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 4408 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 4408 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 4408 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 4408 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |