結果
問題 |
No.313 π
|
ユーザー |
![]() |
提出日時 | 2015-12-14 11:30:45 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 220 bytes |
コンパイル時間 | 192 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 11,136 KB |
最終ジャッジ日時 | 2024-09-15 12:14:10 |
合計ジャッジ時間 | 2,870 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 1 RE * 1 |
other | AC * 15 WA * 9 RE * 8 |
ソースコード
s = input() a = [20104, 20063, 19892, 20010, 19874, 20199, 19898, 20163, 19956, 19841] for i in range(10): if s.count(str(i)) > a[i]: ans1 = i if s.count(str(i)) < a[i]: ans2 = i print(ans1,ans2)