提出 #595664
ソースコード 拡げる
n = input()
an = map(int,raw_input().split())
s = 0
for ai in an:
s += s+ai
print s
提出情報
| 提出日時 | |
|---|---|
| 問題 | B - とても長い数列 |
| ユーザ | legedooz |
| 言語 | Python (2.7.3) |
| 得点 | 100 |
| コード長 | 92 Byte |
| 結果 | AC |
| 実行時間 | 56 ms |
| メモリ | 3268 KiB |
ジャッジ結果
| セット名 | Sample | DataSet1 | DataSet2 | ||||||
|---|---|---|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 60 / 60 | 40 / 40 | ||||||
| 結果 |
|
|
|
| セット名 | テストケース |
|---|---|
| Sample | sample-01.txt, sample-02.txt, sample-03.txt |
| DataSet1 | sample-01, sample-02, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt |
| DataSet2 | sample-01.txt, sample-02.txt, sample-03.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt, 01-08.txt, 02-01.txt, 02-02.txt, 02-03.txt, 02-04.txt, 02-05.txt, 02-06.txt, 02-07.txt, 02-08.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 01-01.txt | AC | 56 ms | 3264 KiB |
| 01-02.txt | AC | 53 ms | 3260 KiB |
| 01-03.txt | AC | 52 ms | 3268 KiB |
| 01-04.txt | AC | 53 ms | 3216 KiB |
| 01-05.txt | AC | 52 ms | 3256 KiB |
| 01-06.txt | AC | 53 ms | 3208 KiB |
| 01-07.txt | AC | 52 ms | 3256 KiB |
| 01-08.txt | AC | 54 ms | 3260 KiB |
| 02-01.txt | AC | 52 ms | 3256 KiB |
| 02-02.txt | AC | 52 ms | 3252 KiB |
| 02-03.txt | AC | 52 ms | 3256 KiB |
| 02-04.txt | AC | 52 ms | 3256 KiB |
| 02-05.txt | AC | 52 ms | 3264 KiB |
| 02-06.txt | AC | 53 ms | 3252 KiB |
| 02-07.txt | AC | 54 ms | 3264 KiB |
| 02-08.txt | AC | 52 ms | 3252 KiB |
| sample-01.txt | AC | 52 ms | 3256 KiB |
| sample-02.txt | AC | 52 ms | 3264 KiB |
| sample-03.txt | AC | 55 ms | 3256 KiB |