Submission #1046435

#TimeUsernameProblemLanguageResultExecution timeMemory
1046435dpsaveslivesCluedo (IOI10_cluedo)C++17
50 / 100
94 ms344 KiB
#include "grader.h"
#include "cluedo.h"
#include<bits/stdc++.h>
using namespace std;

void Solve(){
    for(int i = 1;i<=6;++i){
        for(int j = 1;j<=10;++j){
            for(int k = 1;k<=6;++k){
                if(Theory(i,j,k) == 0){
                    return;
                }
            }
        }
    }
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...