# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1174935 | vahagng | Cluedo (IOI10_cluedo) | C++20 | 1 ms | 408 KiB |
#include <bits/stdc++.h>
#include "grader.h"
#include "cluedo.h"
using namespace std;
void Solve(){
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){
cout << i << ' ' << j << ' ' << z << '\n';
exit(0);
}
}
}
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |