# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
20811 | jjwdi0 | 크레이피쉬 글쓰는 기계 (IOI12_scrivener) | C++11 | 933 ms | 96352 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
int par[1<<20][21], size[1<<20], for_undo[1<<20], kth, Q;
char a[1<<20];
void Init(){}
void TypeLetter(char x) {
for_undo[kth] = kth; if(kth) par[kth][0] = for_undo[kth - 1];
for(int i = 1; par[kth][i-1]; i++) par[kth][i] = par[par[kth][i-1]][i-1];
a[kth] = x, size[kth] = size[par[kth++][0]] + 1;
}
void UndoCommands(int x){ for_undo[kth] = for_undo[kth++ - x - 1]; }
char GetLetter(int x) {
int u = for_undo[kth - 1];
for(int i = 19; ~i; i--) if(size[par[u][i]] > x) u = par[u][i];
return a[u];
}
컴파일 시 표준 에러 (stderr) 메시지
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |