# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1214481 | candi_ositos | Cluedo (IOI10_cluedo) | C++20 | 3 ms | 408 KiB |
#include "grader.h"
#include "cluedo.h"
#include <bits/stdc++.h>
using namespace std;
void Solve(){
vector <int> t;
t.assign(3, 1);
while(1)
{
int r=Theory(t[0], t[1], t[2]);
if(r)
{
++t[r-1];
}
else
{
return;
}
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |