Submission #8398462


Source Code Expand

(define(xs x)(x->string x))
(define(sr s i)(string-ref s i))
(define(sl s)(string-length s))
(define s(x->string(read)))
(define k(-(read)1))
(define tm(make-tree-map string=? string<?))
(define n(string-size s))
(define j 0)
(dotimes(i n)
	(set! j(+ i 1))
	(while(<= j n)
		(tree-map-put! tm(substring s i j)0)
		(when(=(tree-map-num-entries tm)6)(tree-map-pop-max! tm))
        (inc! j)
	)
)
(dotimes(i k)(tree-map-pop-min! tm))
(print(car(tree-map-pop-min! tm)))

Submission Info

Submission Time
Task C - K-th Substring
User yoko
Language Scheme (Gauche 0.9.3.3)
Score 200
Code Size 482 Byte
Status TLE
Exec Time 2104 ms
Memory 6364 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 46 ms 6364 KB
0_001.txt AC 11 ms 3836 KB
0_002.txt AC 11 ms 3836 KB
1_003.txt AC 11 ms 3836 KB
1_004.txt AC 11 ms 3708 KB
1_005.txt AC 12 ms 3964 KB
1_006.txt AC 12 ms 3964 KB
1_007.txt AC 11 ms 3836 KB
1_008.txt AC 12 ms 3836 KB
1_009.txt AC 11 ms 3836 KB
1_010.txt AC 12 ms 3836 KB
2_011.txt TLE 2104 ms 4988 KB
2_012.txt TLE 2104 ms 4988 KB
2_013.txt TLE 2104 ms 4988 KB
2_014.txt TLE 2103 ms 4988 KB
2_015.txt TLE 2104 ms 4988 KB
2_016.txt TLE 2103 ms 4988 KB
2_017.txt TLE 2103 ms 4988 KB
2_018.txt TLE 2104 ms 4988 KB