文章
211
粉丝
1
获赞
1177
访问
62.7k
#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; }
登录后发布评论
暂无评论,来抢沙发