# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
138504 | ckodser | Combo (IOI18_combo) | C++14 | 4 ms | 332 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include "combo.h"
#include<bits/stdc++.h>
#define ll long long
#define pb push_back
#define ld long double
#define F first
#define S second
#define mp make_pair
#define pii pair<ll,ll>
using namespace :: std;
const ll maxn=1e5+500;
const ll inf=1e9+900;
const string d[4]={"A","B","X","Y"};
vector<string> t;
string findNext(string s){
ll res01=press(s+d[0]+s+d[1]);
ll res02=press(s+d[0]+s+d[2]);
if(res01>=s.size()+1){
if(res02>=s.size()+1){
return d[0];
}else{
return d[1];
}
}else{
if(res02>=s.size()+1){
return d[2];
}else{
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |