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