結果
問題 |
No.549 素材合成システム
|
ユーザー |
![]() |
提出日時 | 2017-08-07 16:28:43 |
言語 | Python2 (2.7.18) |
結果 |
RE
|
実行時間 | - |
コード長 | 190 bytes |
コンパイル時間 | 603 ms |
コンパイル使用メモリ | 7,076 KB |
実行使用メモリ | 15,136 KB |
最終ジャッジ日時 | 2024-10-11 23:35:56 |
合計ジャッジ時間 | 3,973 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 44 |
ソースコード
import math num = list(map(int, raw_input().split())) keiken = list(map(int, raw_input().split())) keiken = sorted(keiken) alls = 0 for i in range(num-1): alls += keiken[i]/2 print alls