16 条题解

  • 0
    @ 2024-10-12 22:25:23

    #include using namespace std ; main() { int a,b; cin>>a>>b; if(a+b<=3){ cout<<"YES";} else{ if(a+b>3){ cout<<"NO";} else{ if(a+b<0){ cout<<"negative";} } } }

    信息

    ID
    886
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    684
    已通过
    300
    上传者