Submission #2495102


Source Code Expand

s=input()
n = len(s)
k = int(input())

subs = set()
for i in range(n):
    for j in range(i+1,n+1):
        subs.add(s[i:j])
print(sorted(list(subs))[k-1])

Submission Info

Submission Time
Task C - K-th Substring
User matsu7874
Language PyPy3 (2.4.0)
Score 200
Code Size 165 Byte
Status TLE
Exec Time 2213 ms
Memory 1790980 KB

Judge Result

Set Name Sample Subtask All
Score / Max Score 0 / 0 200 / 200 0 / 100
Status
AC × 3
AC × 11
AC × 11
TLE × 8
Set Name Test Cases
Sample 0_000.txt, 0_001.txt, 0_002.txt
Subtask 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt, 1_007.txt, 1_008.txt, 1_009.txt, 1_010.txt
All 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt, 1_007.txt, 1_008.txt, 1_009.txt, 1_010.txt, 2_011.txt, 2_012.txt, 2_013.txt, 2_014.txt, 2_015.txt, 2_016.txt, 2_017.txt, 2_018.txt
Case Name Status Exec Time Memory
0_000.txt AC 173 ms 38384 KB
0_001.txt AC 171 ms 38256 KB
0_002.txt AC 175 ms 38256 KB
1_003.txt AC 169 ms 38256 KB
1_004.txt AC 170 ms 38256 KB
1_005.txt AC 179 ms 39408 KB
1_006.txt AC 174 ms 38512 KB
1_007.txt AC 171 ms 38384 KB
1_008.txt AC 173 ms 38256 KB
1_009.txt AC 167 ms 38256 KB
1_010.txt AC 174 ms 38256 KB
2_011.txt TLE 2109 ms 89052 KB
2_012.txt TLE 2109 ms 92252 KB
2_013.txt TLE 2212 ms 1764228 KB
2_014.txt TLE 2210 ms 1758852 KB
2_015.txt TLE 2211 ms 1747588 KB
2_016.txt TLE 2213 ms 1790980 KB
2_017.txt TLE 2212 ms 1778308 KB
2_018.txt TLE 2212 ms 1778308 KB