首页 > 学院 > 开发设计 > 正文

PAT 挖掘机技术哪家强

2019-11-08 01:43:11
字体:
来源:转载
供稿:网友

include

include

using namespace std;

struct student { int a; int b; }; bool comp(student a,student b) { return a.a>=b.a; }

int main() { int n; int i; int sum=0; int max=-1; int max2; student str[100000]; scanf(“%d”,&n); for(i=0;i


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表