結果
| 問題 | No.175 simpleDNA |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2015-04-02 23:47:11 |
| 言語 | PyPy2 (7.3.20) |
| 結果 |
AC
|
| 実行時間 | 57 ms / 1,000 ms |
| + 849µs | |
| コード長 | 87 bytes |
| 記録 | |
| コンパイル時間 | 64 ms |
| コンパイル使用メモリ | 80,884 KB |
| 実行使用メモリ | 80,384 KB |
| 最終ジャッジ日時 | 2026-07-17 12:11:01 |
| 合計ジャッジ時間 | 1,640 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 6 |
ソースコード
L = int(raw_input()) N = int(raw_input()) codon = raw_input().split() print 2**(L-3)*N