Skip to content

Baekjoon 17263

1. Problem

문제 확인하기

2. Solution (Python, memory: 73652KB, time: 176ms)

N = int(input())
print(max(map(int, input().split())))