# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
120666 | 2019-06-25T07:39:20 Z | imsifile | Play Onwards (FXCUP4_onward) | C | 0 ms | 0 KB |
#include "make.h" void MakeWord(int N, int M, const char Dict[100][11], char *W) { for(int i=0; i<M; i++) W[i]='a'; }