1 solutions

  • 0
    @ 2025-12-2 16:05:35

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    int a,b,c;
    int main()
    {
    	cin>>a>>b>>c;
    	cout<<min(a,min(b,c));
    	
    	return 0;
    }
    
    • 1

    Information

    ID
    713
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    10
    Tags
    # Submissions
    3
    Accepted
    3
    Uploaded By