제출 #1220644

#제출 시각아이디문제언어결과실행 시간메모리
1220644boclobanchatCluedo (IOI10_cluedo)C++20
100 / 100
3 ms392 KiB
#include"grader.h"
#include"cluedo.h"
void Solve()
{
	int x=1,y=1,z=1,res;
	while(res=Theory(x,y,z))
	{
		if(res==1) x++;
		if(res==2) y++;
		if(res==3) z++;
	}
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…