結果
| 問題 | No.175 simpleDNA |
| コンテスト | |
| ユーザー |
JunOnuma
|
| 提出日時 | 2017-06-13 11:39:33 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
AC
|
| 実行時間 | 52 ms / 1,000 ms |
| + 727µs | |
| コード長 | 84 bytes |
| 記録 | |
| コンパイル時間 | 67 ms |
| コンパイル使用メモリ | 80,640 KB |
| 実行使用メモリ | 81,152 KB |
| 最終ジャッジ日時 | 2026-07-18 14:28:03 |
| 合計ジャッジ時間 | 1,783 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 6 |
ソースコード
l = int(raw_input()) n = int(raw_input()) ls = raw_input().split() print 2**(l-3)*n
JunOnuma