結果
| 問題 | No.383 レーティング |
| コンテスト | |
| ユーザー |
r6eve
|
| 提出日時 | 2017-08-14 13:04:52 |
| 言語 | OCaml (5.5.0) |
| 結果 |
AC
不安定
|
| 実行時間 | 1 ms / 2,000 ms |
| + 248µs | |
| コード長 | 147 bytes |
| 記録 | |
| コンパイル時間 | 132 ms |
| コンパイル使用メモリ | 22,692 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-09-12 07:14:57 |
| 合計ジャッジ時間 | 1,815 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 14 |
コンパイルメッセージ
ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
ソースコード
let () = let a, b = Scanf.scanf "%d %d " (fun a b -> a, b) in let x = b - a in if x = 0 then print_endline "0" else Printf.printf "%+d\n" x
r6eve