15 条题解

  • 1
    @ 2025-12-14 20:25:13
    #include<iostream>
    #include<cstdio>
    #include<cctype>
    #include<string.h>
    #include<math.h>
    #include<cmath>
    #include<algorithm>
    #include<iomanip>
    using namespace std;
    int main()
    {
    	long long a,b;
    	cin>>a>>b;
    	if(a>b)
    	{
    		cout<<a;
    	}
    	else
    	{
    		cout<<b;
    	} 
    	return 0;
    }
    
    
    

    信息

    ID
    882
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    递交数
    923
    已通过
    522
    上传者