結果
問題 |
No.795 Restrictions!!!!!!!!!!!!!!
|
ユーザー |
![]() |
提出日時 | 2023-08-23 23:52:25 |
言語 | PyPy2 (7.3.15) |
結果 |
AC
|
実行時間 | 99 ms / 2,000 ms |
コード長 | 95 bytes |
コンパイル時間 | 1,853 ms |
コンパイル使用メモリ | 77,240 KB |
実行使用メモリ | 76,860 KB |
最終ジャッジ日時 | 2024-12-22 11:30:05 |
合計ジャッジ時間 | 4,652 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 20 |
ソースコード
N=int(input()) M=int(input()) if N%2: M-=10 if M%2 or M<0: print("No") else: print("Yes")