| # | Time | Username | Problem | Language | Result | Execution time | Memory | 
|---|---|---|---|---|---|---|---|
| 1175114 | goaw | Cluedo (IOI10_cluedo) | C++20 | 3 ms | 408 KiB | 
#include "grader.h"
#include "cluedo.h"
#include <bits/stdc++.h>
void Solve(){
   int arr[4]={0,1,1,1},d=1;
   while(d){
      d=Theory(arr[1],arr[2],arr[3]);
      arr[d]++;
   }
   return;
}
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output | 
|---|---|---|---|---|
| Fetching results... | ||||
