제출 #72386

#제출 시각아이디문제언어결과실행 시간메모리
72386 (#118)통행이 제한된 저택 (FXCUP3_key)C++17
0 / 100
3 ms248 KiB
#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 timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...