結果
問題 | No.3102 Guess and fill in the blank |
ユーザー | shobonvip |
提出日時 | 2023-03-31 22:25:28 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 268 bytes |
コンパイル時間 | 178 ms |
コンパイル使用メモリ | 82,440 KB |
実行使用メモリ | 52,856 KB |
最終ジャッジ日時 | 2024-09-23 01:12:05 |
合計ジャッジ時間 | 828 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 38 ms
51,712 KB |
testcase_01 | AC | 38 ms
52,224 KB |
testcase_02 | WA | - |
testcase_03 | AC | 38 ms
52,224 KB |
testcase_04 | AC | 38 ms
51,712 KB |
ソースコード
#a = [ # [0,3,0,3,3], # [7,3,3,5,5], # [4,2,7,1,2], # [5,3,8,2,2], # [5,3,1,5,3] #] #b = [1290,4140,3520,4510,3320] # 1130 # 1110 # 1090 # 1040 # 1030 # 1020 # 1010 # 1000 # 920 # 910 # 900 # 780 # 940以上 n = int(input()) a = [7,78,1040,2910,222] print(a[n-1])