# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
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;
}