Submission #3558439


Source Code Expand

l = int(input())
s = input()
print(s[:min(len(s),l)])

Submission Info

Submission Time
Task A - 入力フォーム
User minefy
Language Python (3.4.3)
Score 100
Code Size 55 Byte
Status AC
Exec Time 17 ms
Memory 3316 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 16
Set Name Test Cases
Sample 00_sample_00, 00_sample_01
All 00_sample_00, 00_sample_01, 50_random_00, 50_random_01, 50_random_02, 50_random_03, 50_random_04, 50_random_05, 50_random_06, 50_random_07, 50_random_08, 50_random_09, 99_handmade_00, 99_handmade_01, 99_handmade_02, 99_handmade_03
Case Name Status Exec Time Memory
00_sample_00 AC 17 ms 2940 KB
00_sample_01 AC 17 ms 2940 KB
50_random_00 AC 17 ms 2940 KB
50_random_01 AC 17 ms 3188 KB
50_random_02 AC 17 ms 2940 KB
50_random_03 AC 17 ms 3188 KB
50_random_04 AC 17 ms 3188 KB
50_random_05 AC 17 ms 3060 KB
50_random_06 AC 17 ms 3060 KB
50_random_07 AC 17 ms 3060 KB
50_random_08 AC 17 ms 2940 KB
50_random_09 AC 17 ms 3060 KB
99_handmade_00 AC 17 ms 2940 KB
99_handmade_01 AC 17 ms 2940 KB
99_handmade_02 AC 17 ms 2940 KB
99_handmade_03 AC 17 ms 3316 KB