| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 650676 | PoonYaPat | Cluedo (IOI10_cluedo) | C++14 | 17 ms | 208 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 "grader.h"
#include "cluedo.h"
#include <bits/stdc++.h>
using namespace std;
void Solve(){
int cnt1=1, cnt2=1, cnt3=1;
while (1) {
int h=Theory(cnt1,cnt2,cnt3);
if (h==1) ++cnt1;
else if (h==2) ++cnt2;
else if (h==3) ++cnt3;
else return ;
}
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
