6 条题解

  • 0
    @ 2023-9-13 15:13:06
    #include<iostream>
    using namespace std;
    int main(){
    	int a,b;
    	a!=b;
    	cin>>a>>b;
    	if(a>b)
    	{cout<<a<<endl;
    	}
    	else{
    		cout<<b<<endl;
    	}
    	return 0;
    }
    

    信息

    ID
    10
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    6493
    已通过
    2858
    上传者