1 solutions

  • 1
    @ 2025-3-22 16:16:32
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a,b;
    	cin>>a>>b;
    	if(a>b)
    	{
    		cout<<a;
    	}
    	else
    	{
    		cout<<b;
    	}
    	return 0;
    }

    Information

    ID
    643
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    40
    Accepted
    24
    Uploaded By