Submission #68106048


Source Code Expand

N, A, B = map(int, input().split())
S = list(input())[A:]
for i in range(B):
    S.pop()

print(''.join(S))

Submission Info

Submission Time
Task A - A Substring
User myuuuu
Language Python (PyPy 3.10-v7.3.12)
Score 100
Code Size 112 Byte
Status AC
Exec Time 58 ms
Memory 76904 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 10
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 57 ms 76848 KiB
00_sample_01.txt AC 57 ms 76792 KiB
00_sample_02.txt AC 57 ms 76748 KiB
01_random_03.txt AC 56 ms 76716 KiB
01_random_04.txt AC 56 ms 76576 KiB
01_random_05.txt AC 57 ms 76608 KiB
01_random_06.txt AC 58 ms 76468 KiB
01_random_07.txt AC 58 ms 76904 KiB
01_random_08.txt AC 56 ms 76404 KiB
01_random_09.txt AC 57 ms 76608 KiB