| # | Time | Username | Problem | Language | Result | Execution time | Memory |
|---|---|---|---|---|---|---|---|
| 976610 | Isam | 크레이피쉬 글쓰는 기계 (IOI12_scrivener) | C++17 | 405 ms | 226132 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include<bits/stdc++.h>
#include<ext/rope>
using namespace std;
__gnu_cxx::crope s[1000010];
int tot;
void Init(){};
void TypeLetter(char L){
++tot;
s[tot] = s[tot-1];
s[tot].push_back(L);
}
void UndoCommands(int U){
++tot;
s[tot] = s[tot - U - 1];
}
char GetLetter(int P){
return s[tot][P];
}| # | 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... | ||||
