結果
問題 |
No.795 Restrictions!!!!!!!!!!!!!!
|
ユーザー |
![]() |
提出日時 | 2019-06-18 16:30:35 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 4 ms / 2,000 ms |
コード長 | 191 bytes |
コンパイル時間 | 400 ms |
コンパイル使用メモリ | 54,324 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-30 07:50:16 |
合計ジャッジ時間 | 1,194 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 20 |
ソースコード
#include <iostream> using namespace std; int main(){ int a,b; cin>>a; cin>>b; if(a%2==0||b%2==0){ cout<<"Yes"<<endl; } else{ cout<<"No"<<endl; } }