# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
148003 | 2019-08-31T10:58:41 Z | bruteforcer(#3659, SinkingHeart) | Play Onwards (FXCUP4_onward) | C++17 | 0 ms | 0 KB |
#include "make.h" using namespace std; string MakeWord(int N, int M, vector<string> dict) { string myrequest; for (int i = 0; i < M; ++i) { myrequest.push_back('a'); } return myrequest; }