文章
211
粉丝
0
获赞
1104
访问
37.1k
#include<bits/stdc++.h> using namespace std; int main(){ int x; int maxx = INT_MIN; while(cin >> x){ if(maxx < x) maxx = x; } cout << maxx; return 0; }
登录后发布评论
暂无评论,来抢沙发