제출 #1201868

#제출 시각아이디문제언어결과실행 시간메모리
1201868PlayVoltzCluedo (IOI10_cluedo)C++20
100 / 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};
	for (int i=Theory(a[1], a[2], a[3]); i; i=Theory(a[1], a[2], a[3]))++a[i];
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...