# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
707546 | firewater | 콤보 (IOI18_combo) | C++14 | 0 ms | 0 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include<cstdio>
#include<cstring>
#include<iostream>
#include<algorithm>
#include "combo.h"
#define ll long long
using namespace std;
string str,p;
char a[10];
int x,w;
std::string guess_sequence(int N) {
if(press("A"))str="A";
else if(press("B"))str="B";
else if(press("X"))str="X";
else str="Y";
if(str[0]!='A')a[++w]='A';
if(str[0]!='B')a[++w]='B';
if(str[0]!='X')a[++w]='X';
if(str[0]!='Y')a[++w]='Y';
for(int i=2;i<=n;++i){
p=str+a[1]+a[1]+str+a[1]+a[2]+str+a[1]+a[3]+str+a[2];
x=press(p);
if(x==2)str+=a[1];
else if(x==1)str+=a[2];
else str+=a[3];
}
return str;
}