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