# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1174936 | vahagng | Cluedo (IOI10_cluedo) | C++20 | 44 ms | 408 KiB |
#include <bits/stdc++.h>
#include "grader.h"
#include "cluedo.h"
using namespace std;
void Solve(){
bool flag = 0;
for(int i = 1; i <= 6; i++){
for(int j = 1; j <= 10; j++){
for(int z = 1; z <= 6; z++){
if(Theory(i, j ,z) == 0){
flag = 1;
break;
}
}
if(flag) break;
}
if(flag) break;
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |