提出 #32740558
ソースコード 拡げる
n, x = map(int, input().strip().split())
ap=""
for s in "ABCDEFGHIJKLMNOPQRSTUVWXYZ":
ap += s*n
print(ap[x-1])
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - A to Z String 2 |
| ユーザ | rsypoz |
| 言語 | Python (3.8.2) |
| 得点 | 100 |
| コード長 | 126 Byte |
| 結果 | AC |
| 実行時間 | 27 ms |
| メモリ | 9048 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 100 / 100 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| 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 |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 00_sample_01.txt | AC | 27 ms | 8808 KiB |
| 00_sample_02.txt | AC | 25 ms | 8808 KiB |
| 01_random_01.txt | AC | 19 ms | 8928 KiB |
| 01_random_02.txt | AC | 23 ms | 8932 KiB |
| 01_random_03.txt | AC | 23 ms | 9048 KiB |
| 01_random_04.txt | AC | 20 ms | 8844 KiB |
| 01_random_05.txt | AC | 23 ms | 8968 KiB |
| 01_random_06.txt | AC | 21 ms | 8940 KiB |
| 01_random_07.txt | AC | 18 ms | 8896 KiB |
| 01_random_08.txt | AC | 18 ms | 8820 KiB |