#include<bits/stdc++.h> using namespace std; int main() { int n,m,ma; cin>>n; while(n--) if(m>ma) ma=m; return 0; }