| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 793904 | I_Love_EliskaM_ | Cluedo (IOI10_cluedo) | C++14 | 11 ms | 292 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;
#define forn(i,n)
#define pb push_back
void Solve() {
vector<int> p(3,1);
while (1) {
int x=Theory(p[0],p[1],p[2])-1;
if (x==-1) return;
p[x]++;
}
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
