Submission #32830728


Source Code Expand

from string import *
def main(N, X):
    return ascii_uppercase[(X-1)//N]

N, X = [int(arg) for arg in input().split()]

print(main(N, X))

Submission Info

Submission Time
Task A - A to Z String 2
User arakaki_tokyo
Language PyPy3 (7.3.0)
Score 100
Code Size 144 Byte
Status AC
Exec Time 104 ms
Memory 71612 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 10
Set Name Test Cases
Sample 00_sample_01.txt, 00_sample_02.txt
All 00_sample_01.txt, 00_sample_02.txt, 01_random_01.txt, 01_random_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
Case Name Status Exec Time Memory
00_sample_01.txt AC 104 ms 71212 KiB
00_sample_02.txt AC 69 ms 71384 KiB
01_random_01.txt AC 70 ms 71588 KiB
01_random_02.txt AC 72 ms 71464 KiB
01_random_03.txt AC 68 ms 71556 KiB
01_random_04.txt AC 74 ms 71612 KiB
01_random_05.txt AC 67 ms 71316 KiB
01_random_06.txt AC 70 ms 71584 KiB
01_random_07.txt AC 68 ms 71516 KiB
01_random_08.txt AC 71 ms 71604 KiB