# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1220686 | FaresSTH | Cluedo (IOI10_cluedo) | C++20 | 3 ms | 408 KiB |
#include"bits/stdc++.h"
#include"cluedo.h"
#include"grader.h"
using namespace std;
using ll=long long;
#define S second
#define F first
void Solve(){
int c[3]={1,1,1};
while(1){
int v=Theory(c[0],c[1],c[2]);
if(v==0)return;
c[v-1]++;
}
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |