結果
問題 |
No.313 π
|
ユーザー |
|
提出日時 | 2015-12-10 02:23:50 |
言語 | Python2 (2.7.18) |
結果 |
WA
|
実行時間 | - |
コード長 | 233 bytes |
コンパイル時間 | 579 ms |
コンパイル使用メモリ | 6,784 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-09-15 07:18:17 |
合計ジャッジ時間 | 2,113 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 2 |
other | WA * 32 |
ソースコード
a = raw_input() cnt = [a.count(str(x)) for x in xrange(10)] ans = [20249, 20206, 20056, 20253, 20116, 20441, 20140, 20407, 20209, 20094] f = 0 t = 0 for x in xrange(10): if cnt[x] > ans[x]:f = x if cnt[x] < ans[x]:t = x print f,t