ACACACACACACAC
2025-02-22 23:02:22
发布于:重庆
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int maxx=-105,n,temp;
int main(){
cin>>n;
for(int i=1;i<=n;i++){
cin>>temp;
maxx=max(maxx,temp);
}
cout<<maxx;
return 0;
}
这里空空如也
有帮助,赞一个