結果

問題 No.1992 Tendon Walk
ユーザー Basin-BugBasin-Bug
提出日時 2023-07-12 10:36:40
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 70 ms / 2,000 ms
コード長 78 bytes
コンパイル時間 489 ms
コンパイル使用メモリ 86,984 KB
実行使用メモリ 71,572 KB
最終ジャッジ日時 2023-10-12 00:46:33
合計ジャッジ時間 1,505 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 66 ms
71,268 KB
testcase_01 AC 65 ms
71,436 KB
testcase_02 AC 65 ms
71,296 KB
testcase_03 AC 66 ms
71,412 KB
testcase_04 AC 68 ms
71,132 KB
testcase_05 AC 70 ms
71,268 KB
testcase_06 AC 66 ms
71,572 KB
testcase_07 AC 65 ms
71,372 KB
testcase_08 AC 64 ms
71,272 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

X = int(input())
dis = [0, 0, 2, 5, 4, 15, 14, 25, 24, 35, 34]
print(dis[X])
0