結果
| 問題 |
No.175 simpleDNA
|
| コンテスト | |
| ユーザー |
JunOnuma
|
| 提出日時 | 2017-06-13 11:39:33 |
| 言語 | Python2 (2.7.18) |
| 結果 |
AC
|
| 実行時間 | 11 ms / 1,000 ms |
| コード長 | 84 bytes |
| コンパイル時間 | 214 ms |
| コンパイル使用メモリ | 7,040 KB |
| 実行使用メモリ | 6,944 KB |
| 最終ジャッジ日時 | 2024-09-24 16:54:16 |
| 合計ジャッジ時間 | 792 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 6 |
ソースコード
l = int(raw_input()) n = int(raw_input()) ls = raw_input().split() print 2**(l-3)*n
JunOnuma