제출 #147635

#제출 시각아이디문제언어결과실행 시간메모리
147635어의업내요. 맛춤법 좀 틀린다고 공항장애니 바람물질이니 하시는 (#201)Play Onwards (FXCUP4_onward)C++17
100 / 100
12 ms1172 KiB
#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 timeMemoryGrader output
Fetching results...