| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 1367930 | tull | Cluedo (IOI10_cluedo) | C++20 | 3 ms | 412 KiB |
#include "grader.h"
#include "cluedo.h"
#include <bits/stdc++.h>
using namespace std;
void Solve(){
int a[]={0,1,1,1};
int d=Theory(a[1],a[2],a[3]);
while (d!=0)
{
++a[d];
d=Theory(a[1],a[2],a[3]);
}
return;
}
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Result | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
