Submission #1201863

#TimeUsernameProblemLanguageResultExecution timeMemory
1201863PlayVoltzCluedo (IOI10_cluedo)C++20
50 / 100
3 ms408 KiB
#include "grader.h"
#include "cluedo.h"
#include <bits/stdc++.h>
using namespace std;

void Solve(){
	int a[4]={0, 1, 1, 1}, res=Theory(a[1], a[2], a[3]);
	for (int i=Theory(a[1], a[2], a[3]); i; i=res=Theory(a[1], a[2], a[3]))++a[i];
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...