Max = 0 N = int(input()) while(N): val = int(input()) if val > Max: #L1 Max = val N -= 1 print(Max)
圆形框
椭圆形框
平行四边形框
菱形框