Submission #29897531
Source Code Expand
s = input()
s_list = []
for c in s:
s_list.append(c)
s_list.sort()
print("".join(s_list))
Submission Info
| Submission Time | |
|---|---|
| Task | B - Minimize Ordering |
| User | gae1202 |
| Language | PyPy3 (7.3.0) |
| Score | 200 |
| Code Size | 100 Byte |
| Status | AC |
| Exec Time | 121 ms |
| Memory | 89496 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 200 / 200 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt, example1.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, 011.txt, 012.txt, example0.txt, example1.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 62 ms | 61572 KiB |
| 001.txt | AC | 121 ms | 86360 KiB |
| 002.txt | AC | 120 ms | 86548 KiB |
| 003.txt | AC | 111 ms | 84592 KiB |
| 004.txt | AC | 74 ms | 75108 KiB |
| 005.txt | AC | 80 ms | 84876 KiB |
| 006.txt | AC | 82 ms | 86464 KiB |
| 007.txt | AC | 76 ms | 85220 KiB |
| 008.txt | AC | 84 ms | 86560 KiB |
| 009.txt | AC | 79 ms | 89496 KiB |
| 010.txt | AC | 80 ms | 89428 KiB |
| 011.txt | AC | 93 ms | 85324 KiB |
| 012.txt | AC | 88 ms | 84948 KiB |
| example0.txt | AC | 49 ms | 61200 KiB |
| example1.txt | AC | 52 ms | 61416 KiB |