1 solutions

  • 0
    @ 2024-10-1 16:13:50
    #include <stdio.h>
    int main()
    {
        int n,m,i=1000;
        scanf("%d",&n);
        while(n--){
            scanf("%d",&m);
            if(m<i){
                i=m;
            }
        }
        printf("%d",i);
        return 0;   
    }
    

    Information

    ID
    6762
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    5
    Tags
    # Submissions
    192
    Accepted
    80
    Uploaded By