11 条题解

  • -1
    @ 2023-1-12 16:09:04

    #include

    using namespace std;

    int main(){

    int x,y;
    
    cin>>x>>y;
    
    if(x+y>10){
    
    	cout<<x*y;
    
    }else{
    
    	cout<<x-y;
    
    }
    

    Copy

    }

    信息

    ID
    884
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    895
    已通过
    382
    上传者