結果

問題 No.313 π
ユーザー hanorver
提出日時 2015-12-28 21:24:05
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
AC  
実行時間 35 ms / 5,000 ms
コード長 143 bytes
コンパイル時間 76 ms
コンパイル使用メモリ 12,672 KB
実行使用メモリ 11,264 KB
最終ジャッジ日時 2024-09-19 07:58:43
合計ジャッジ時間 2,163 ms
ジャッジサーバーID
(参考情報)
judge4 / 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)]
print(l.index(-1),l.index(1))
0