Submission #72386

# Submission time Handle Problem Language Result Execution time Memory
72386 2018-08-26T07:36:39 Z (#2175, xdoju, kazel, pps789) Key of Impassable Doors (FXCUP3_key) C++17
0 / 100
3 ms 248 KB
#include"key.h"

void EnsureKeyInfo(int N){
    for(int i=1;i<=N;i++) for(int j=1;j<=N;j++) if(i!=j){
        TakeKey(i);
        int one = Explore();
        TakeKey(i); TakeKey(j);
        int two = Explore();

        if(one==two) Report(i, j);
    }
}
# Verdict Execution time Memory Grader output
1 Runtime error 3 ms 248 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 3 ms 248 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 3 ms 248 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -