1 solutions

  • 0
    @ 2023-10-25 20:32:42
    #include <stdio.h>
    
    int main() {
        int n, max, num;
        scanf("%d", &n);
        max = num = 0;
        for (int i = 0; i < n; i++)
        {
            scanf("%d", &num);
            if (num > max)
            {
                max = num;
            }
        }
        printf("%d", max);
        return 0;
    }
    
    
    • 1

    Information

    ID
    6761
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    5
    Tags
    # Submissions
    198
    Accepted
    70
    Uploaded By