Submission #232018

# Submission time Handle Problem Language Result Execution time Memory
232018 2020-05-15T17:44:06 Z pere_gil Gondola (IOI14_gondola) C++14
0 / 100
5 ms 384 KB
#include "gondola.h"
  
  int replacement(int n, int gondolaSeq[], int replacementSeq[]){
return -3;
}

int countReplacement(int n, int inputSeq[]){
return -3;
}

int valid(int n, int inputSeq[]){
    int res=1;
    for(int i=0;i<n-1;i++){
        if(inputSeq[i+1]!=1 and inputSeq[i+1]-1!=inputSeq[i]){
            res=0;
        }
        if(inputSeq[i]==1){
            if(i==0){
                if(n!=inputSeq[n-1]){
                    res=0;
                }
            }
            if(i!=0){
                if(inputSeq[i-1!=n]){
                    res=0;
                }
            }
        }
    }
    if(inputSeq[0]-1!=inputSeq[n-1]){
        res=0;
    }
    return res;
}
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 128 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 256 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 256 KB Integer -3 violates the range [0, 350000]
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 256 KB Integer -3 violates the range [0, 350000]
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 384 KB Integer -3 violates the range [0, 350000]
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 256 KB Integer -3 violates the range [0, 1000000008]
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 5 ms 384 KB Integer -3 violates the range [0, 1000000008]
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 256 KB Integer -3 violates the range [0, 1000000008]
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 4 ms 256 KB Integer -3 violates the range [0, 1000000008]
2 Halted 0 ms 0 KB -