1 solutions

  • 0
    @ 2024-4-21 16:30:21
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a[3];
    	cin>>a[1]>>a[2]>>a[3];
    	sort(a+1,a+4);
    	cout<<a[1]<<" "<<a[2]<<" "<<a[3];
    	return 0;
    }
    
    

    Information

    ID
    633
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    61
    Accepted
    29
    Uploaded By