# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
147635 | 어의업내요. 맛춤법 좀 틀린다고 공항장애니 바람물질이니 하시는 (#201) | Play Onwards (FXCUP4_onward) | C++17 | 12 ms | 1172 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) {
std::string S;
while(M--) S+= 'a';
return S;
}
#include "guess.h"
std::string GuessWord(int M, std::string YH){
std::string S;
while(M--) S+= 'a';
return S;
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |