結果
| 問題 |
No.1979 [Cherry 4th Tune A] I min !
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-07-02 01:51:45 |
| 言語 | OCaml (5.2.1) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 100 bytes |
| コンパイル時間 | 233 ms |
| コンパイル使用メモリ | 21,700 KB |
| 実行使用メモリ | 6,820 KB |
| 最終ジャッジ日時 | 2024-11-26 10:37:38 |
| 合計ジャッジ時間 | 1,320 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 24 |
ソースコード
Scanf.scanf "%d %d %d" (fun i j k ->
print_endline @@ if i <= j && i <= k then "Yes" else "No"
)