結果
問題 |
No.1416 ショッピングモール
|
ユーザー |
|
提出日時 | 2021-08-12 16:57:16 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 102 bytes |
コンパイル時間 | 132 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-10-01 21:40:17 |
合計ジャッジ時間 | 1,644 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 21 |
ソースコード
n=int(input()) A.sort(reverse=True) print(sum( [ sum( A[2**i-1:2**(i+1)-1] )*i for i in range(17)]))