| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1220644 | boclobanchat | Cluedo (IOI10_cluedo) | C++20 | 3 ms | 392 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++;
}
}| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
| # | 결과 | 실행 시간 | 메모리 | 채점기 출력 |
|---|---|---|---|---|
| 결과를 불러오는 중입니다… | ||||
