# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1142046 | samia | 콤보 (IOI18_combo) | C++20 | 0 ms | 408 KiB |
#include<bits/stdc++.h>
using namespace std;
#include "combo.h"
string guess_sequence(int N) {
string p = "";
p = "ABCABCABCABC";
int coins = press(p);
string S = "ABC";
return S;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |