結果

問題 No.2878 𝕀𝔾ℕ𝕀𝕋𝕀𝕆ℕ
ユーザー tikuwa_tikuwa_
提出日時 2024-07-31 17:33:36
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 41 bytes
コンパイル時間 395 ms
コンパイル使用メモリ 82,368 KB
実行使用メモリ 53,316 KB
最終ジャッジ日時 2024-07-31 17:33:38
合計ジャッジ時間 1,678 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 AC 36 ms
51,920 KB
testcase_06 AC 36 ms
51,912 KB
testcase_07 AC 36 ms
51,624 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N=int(input())
S="ABCDEION"
print(S[N-1])
0