Submission #68105323
Source Code Expand
#ABC417_20250802_A N,A,B=map(int,input().split()) S=input() print(S[A:N-B])
Submission Info
| Submission Time | |
|---|---|
| Task | A - A Substring |
| User | Konini |
| Language | Python (PyPy 3.10-v7.3.12) |
| Score | 100 |
| Code Size | 80 Byte |
| Status | AC |
| Exec Time | 62 ms |
| Memory | 76624 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt |
| All | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 01_random_06.txt, 01_random_07.txt, 01_random_08.txt, 01_random_09.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 00_sample_00.txt | AC | 60 ms | 76624 KiB |
| 00_sample_01.txt | AC | 60 ms | 76600 KiB |
| 00_sample_02.txt | AC | 61 ms | 76448 KiB |
| 01_random_03.txt | AC | 60 ms | 76460 KiB |
| 01_random_04.txt | AC | 62 ms | 76588 KiB |
| 01_random_05.txt | AC | 60 ms | 76276 KiB |
| 01_random_06.txt | AC | 61 ms | 76196 KiB |
| 01_random_07.txt | AC | 60 ms | 76212 KiB |
| 01_random_08.txt | AC | 60 ms | 76452 KiB |
| 01_random_09.txt | AC | 61 ms | 76364 KiB |