結果
| 問題 |
No.1699 Unfair RPS
|
| コンテスト | |
| ユーザー |
harurun
|
| 提出日時 | 2021-09-14 14:09:34 |
| 言語 | OCaml (5.2.1) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 86 bytes |
| コンパイル時間 | 1,547 ms |
| コンパイル使用メモリ | 21,700 KB |
| 実行使用メモリ | 6,944 KB |
| 最終ジャッジ日時 | 2024-07-23 03:37:34 |
| 合計ジャッジ時間 | 1,265 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 9 |
ソースコード
let ()= Scanf.scanf "%d %d" (fun a b -> print_endline @@ if a==b then "Yes" else "No")
harurun