結果
| 問題 | No.313 π |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2015-12-10 02:23:50 |
| 言語 | PyPy2 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 233 bytes |
| 記録 | |
| コンパイル時間 | 137 ms |
| コンパイル使用メモリ | 77,592 KB |
| 最終ジャッジ日時 | 2025-12-03 18:27:01 |
|
ジャッジサーバーID (参考情報) |
judge1 / 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