結果

問題 No.632 穴埋め門松列
ユーザー tookunn_1213tookunn_1213
提出日時 2018-01-19 22:21:24
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 14 ms / 1,000 ms
コード長 84 bytes
コンパイル時間 86 ms
コンパイル使用メモリ 10,604 KB
実行使用メモリ 7,936 KB
最終ジャッジ日時 2023-08-26 00:20:37
合計ジャッジ時間 660 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 13 ms
7,792 KB
testcase_01 AC 13 ms
7,936 KB
testcase_02 AC 13 ms
7,840 KB
testcase_03 AC 13 ms
7,780 KB
testcase_04 AC 14 ms
7,792 KB
testcase_05 AC 13 ms
7,832 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

a=input().split()[1]
print('1') if a=='3' else print('4') if a=='2' else print('14')
0