# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
148167 | ksun48 (#201) | Play Onwards (FXCUP4_onward) | C++17 | 13 ms | 1208 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) {
using namespace std;
return string(M, 'a');
}
#include "guess.h"
std::string GuessWord(int M, std::string YH){
using namespace std;
return string(M, 'a');
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |