Tích lớn nhất

View as PDF


Comments

Please read the guidelines before commenting.



  • -1
    haha  commented on Dec. 4, 2023, 8:03 p.m.

    n=int(input()) a=list(map(int,input().split())) a.sort() print(a[len(a)-1]*a[len(a)-2])