# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1142054 | ad_oux | Combo (IOI18_combo) | C++20 | 0 ms | 0 KiB |
#include "combo.h"
std::string guess_sequence(int N) {
char b1 , b2 , b3 ;
b1 = 'A';
b2 = 'b';
return b1 + b2;
}
# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1142054 | ad_oux | Combo (IOI18_combo) | C++20 | 0 ms | 0 KiB |