#include using namespace std; const int INf=0x3f3f3f3f; const int N=2e4+10; int main(){ long long a,b; cin >>a>>b; if(a+b>3) cout <<"NO"; else if(a+b>=0) cout <<"YES"; else cout <<"negative"; return 0; }
注册一个 TeMenHu 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 TeMenHu 通用账户