結果
問題 | No.175 simpleDNA |
ユーザー |
|
提出日時 | 2015-04-19 07:51:41 |
言語 | Perl (5.40.0) |
結果 |
AC
|
実行時間 | 7 ms / 1,000 ms |
コード長 | 120 bytes |
コンパイル時間 | 90 ms |
コンパイル使用メモリ | 6,812 KB |
実行使用メモリ | 6,016 KB |
最終ジャッジ日時 | 2024-07-04 17:26:32 |
合計ジャッジ時間 | 823 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 6 |
コンパイルメッセージ
Main.pl syntax OK
ソースコード
#!perluse warnings;use strict;use utf8;my $total =<>;my $last_cod =<>;printf "%d\n", 8**($total/3 -1)*$last_cod;