結果
問題 | No.175 simpleDNA |
ユーザー | natoriusan |
提出日時 | 2023-07-30 11:53:29 |
言語 | F# (F# 4.0) |
結果 |
AC
|
実行時間 | 338 ms / 1,000 ms |
コード長 | 155 bytes |
コンパイル時間 | 8,137 ms |
コンパイル使用メモリ | 188,856 KB |
実行使用メモリ | 34,988 KB |
最終ジャッジ日時 | 2024-10-09 07:12:21 |
合計ジャッジ時間 | 12,123 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 337 ms
34,732 KB |
testcase_01 | AC | 334 ms
34,616 KB |
testcase_02 | AC | 336 ms
34,496 KB |
testcase_03 | AC | 338 ms
34,988 KB |
testcase_04 | AC | 338 ms
34,456 KB |
testcase_05 | AC | 333 ms
34,740 KB |
testcase_06 | AC | 336 ms
34,368 KB |
testcase_07 | AC | 334 ms
34,608 KB |
testcase_08 | AC | 330 ms
34,868 KB |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.fsproj を復元しました (269 ms)。 MSBuild のバージョン 17.9.6+a4ecab324 (.NET) main -> /home/judge/data/code/bin/Release/net8.0/main.dll main -> /home/judge/data/code/bin/Release/net8.0/publish/
ソースコード
let l = stdin.ReadLine () |> int let n = stdin.ReadLine () |> int let s = stdin.ReadLine().Split " " 2. ** (l-3 |> float) |> int |> ((*)n) |> printfn "%d"