結果
| 問題 |
No.795 Restrictions!!!!!!!!!!!!!!
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2019-05-06 18:57:46 |
| 言語 | OCaml (5.2.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 190 bytes |
| コンパイル時間 | 221 ms |
| コンパイル使用メモリ | 21,572 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-10-09 00:36:09 |
| 合計ジャッジ時間 | 914 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 20 |
ソースコード
let () = let n = Scanf.scanf "%d\n" (fun x -> x) in let m = Scanf.scanf "%d\n" (fun x -> x) in Printf.printf "%s\n" (if (n mod 2 = 0 && m mod 2 = 0) || n * 10 = m then "Yes" else "No")