結果
| 問題 |
No.1249 小学校1年生の夢
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-07-02 16:57:20 |
| 言語 | OCaml (5.2.1) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 104 bytes |
| コンパイル時間 | 258 ms |
| コンパイル使用メモリ | 21,448 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-11-27 11:55:15 |
| 合計ジャッジ時間 | 1,396 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 30 |
ソースコード
Scanf.scanf "%d %d %d" (fun a b c ->
print_endline @@ if a + b = c then "Correct" else "Incorrect"
)