제출 #194129

#제출 시각아이디문제언어결과실행 시간메모리
194129s_avila_g크레이피쉬 글쓰는 기계 (IOI12_scrivener)C++14
5 / 100
153 ms5956 KiB
#include <bits/stdc++.h> using namespace std; char last; string a; void Init() { } void TypeLetter(char L) { last = L; a += last; } void UndoCommands(int U) { } char GetLetter(int P) { last = a[P]; return last; }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...