# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1201868 | PlayVoltz | Cluedo (IOI10_cluedo) | C++20 | 3 ms | 408 KiB |
#include "grader.h"
#include "cluedo.h"
#include <bits/stdc++.h>
using namespace std;
void Solve(){
int a[4]={0, 1, 1, 1};
for (int i=Theory(a[1], a[2], a[3]); i; i=Theory(a[1], a[2], a[3]))++a[i];
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |