結果
| 問題 | No.175 simpleDNA |
| コンテスト | |
| ユーザー |
nobigomu
|
| 提出日時 | 2018-03-28 19:19:46 |
| 言語 | Lua (LuaJit 2.1.1787165859) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 1,000 ms |
| + 79µs | |
| コード長 | 130 bytes |
| 記録 | |
| コンパイル時間 | 45 ms |
| コンパイル使用メモリ | 5,888 KB |
| 実行使用メモリ | 5,888 KB |
| 最終ジャッジ日時 | 2026-07-29 20:54:47 |
| 合計ジャッジ時間 | 1,058 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 6 |
ソースコード
print((function (f, l, n)
return f(l, n)
end)(function (l, n)
return 2^(l-3) * n
end, io.stdin:read("*n"), io.stdin:read("*n")))
nobigomu