結果
| 問題 | No.795 Restrictions!!!!!!!!!!!!!! |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2020-12-15 15:10:53 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
RE
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 106 bytes |
| 記録 | |
| コンパイル時間 | 345 ms |
| コンパイル使用メモリ | 85,108 KB |
| 実行使用メモリ | 65,556 KB |
| 最終ジャッジ日時 | 2026-04-08 14:10:48 |
| 合計ジャッジ時間 | 2,612 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 20 |
ソースコード
f=lambda:int(input())
n=f()
m=f()
if m%2>0:
t=1
elif n%2>0 and m<10:
t=1
else:
t=0
print('YNeos'[t::2])