# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
147736 | min cho (#201) | Play Onwards (FXCUP4_onward) | C++17 | 12 ms | 1140 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 "make.h"
std::string MakeWord(int N, int M, std::vector<std::string> Dict) {
const std::string SEX = "sexsexsexsex";
return SEX.substr(0, M);
}
#include "guess.h"
std::string GuessWord(int M, std::string YH){
const std::string SEX = "sexsexsexsex";
return SEX.substr(0, M);
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |