結果

問題 No.313 π
ユーザー hanorver
提出日時 2015-12-28 21:23:16
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
AC  
実行時間 36 ms / 5,000 ms
コード長 151 bytes
コンパイル時間 76 ms
コンパイル使用メモリ 12,672 KB
実行使用メモリ 11,264 KB
最終ジャッジ日時 2024-09-19 07:58:40
合計ジャッジ時間 2,227 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 2
other AC * 32
権限があれば一括ダウンロードができます

ソースコード

diff #

s=input()
l=[[20104,20063,19892,20011,19874,20199,19898,20163,19956,19841][i]-s.count(str(i)) for i in range(10)]
a=l.index(1)
w=l.index(-1)
print(w,a)
0