結果
問題 | No.353 ヘイトプラス |
ユーザー | tak |
提出日時 | 2018-08-02 03:58:30 |
言語 | F# (F# 4.0) |
結果 |
AC
|
実行時間 | 340 ms / 1,000 ms |
コード長 | 142 bytes |
コンパイル時間 | 10,809 ms |
コンパイル使用メモリ | 188,096 KB |
実行使用メモリ | 36,552 KB |
最終ジャッジ日時 | 2024-07-03 22:38:44 |
合計ジャッジ時間 | 13,089 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 335 ms
34,896 KB |
testcase_01 | AC | 335 ms
34,764 KB |
testcase_02 | AC | 340 ms
36,552 KB |
testcase_03 | AC | 335 ms
34,704 KB |
testcase_04 | AC | 337 ms
34,568 KB |
testcase_05 | AC | 336 ms
34,700 KB |
testcase_06 | AC | 335 ms
34,636 KB |
testcase_07 | AC | 334 ms
34,696 KB |
testcase_08 | AC | 336 ms
34,512 KB |
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /home/judge/data/code/main.fsproj を復元しました (272 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 A, B = let t = stdin.ReadLine().Split() |> Array.map decimal t.[0], t.[1] System.Decimal.Add(A, B) |> (int >> printfn "%i")