結果
| 問題 | 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 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 2 | 
| other | AC * 7 | 
コンパイルメッセージ
復元対象のプロジェクトを決定しています... /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") 
            
            
            
        