답안 #72386

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
72386 2018-08-26T07:36:39 Z (#2175, xdoju, kazel, pps789) 통행이 제한된 저택 (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);
    }
}
# 결과 실행 시간 메모리 Grader output
1 Runtime error 3 ms 248 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 3 ms 248 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 3 ms 248 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -