2 solutions

  • 1
    @ 2023-11-11 9:05:38

    #include<bits/stdc++.h> using namespace std; int main(){ //freopen("XX.in","r",stdin); //freopen("XX.out","w",stdout); int a,b,c; cin>>a>>b>>c; cout<<"min="<<min(a,min(b,c)); return 0; }

    Information

    ID
    481
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    8
    Tags
    # Submissions
    11
    Accepted
    10
    Uploaded By