# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
513382 | PoPularPlusPlus | Cluedo (IOI10_cluedo) | C++17 | 15 ms | 280 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <bits/stdc++.h>
using namespace std;
#include "grader.h"
#include "cluedo.h"
void Solve(){
array<int,3> arr = {0 , 1 , 1};
int x = 1;
do {
arr[x-1]++;
x = Theory(arr[0] , arr[1] , arr[2]);
}while(x != 0);
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |