結果
問題 |
No.191 供託金
|
ユーザー |
![]() |
提出日時 | 2015-08-28 13:45:23 |
言語 | Python2 (2.7.18) |
結果 |
AC
|
実行時間 | 12 ms / 5,000 ms |
コード長 | 81 bytes |
コンパイル時間 | 162 ms |
コンパイル使用メモリ | 6,912 KB |
実行使用メモリ | 6,400 KB |
最終ジャッジ日時 | 2024-11-16 21:35:26 |
合計ジャッジ時間 | 1,143 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 23 |
ソースコード
input() C = map(int,raw_input().split()) print sum(30 for c in C if sum(C)>=10*c)