1 Max = 0 2 N = int(input()) 3 4 while(N): 5 val = int(input()) 6 if val > Max: #L1 7 Max = val 8 N -= 1 9 10 print(Max)
圆形框
椭圆形框
平行四边形框
菱形框