2018年2月13日

PATA 1036. Boys vs Girls (25)

摘要: https://www.patest.cn/contests/pat-a-practise/1036 阅读全文

posted @ 2018-02-13 23:21 七昂的技术之旅 阅读(350) 评论(0) 推荐(0) 编辑

PATA 1006. Sign In and Sign Out (25)

摘要: #include using namespace std; const int N = 100005; struct visitor{ char ID[20]; int in_h,in_m,in_s; int out_h,out_m,out_s; }v[N]; int main(){ int m,i; struct visitor late,early;//最晚,最早 scan... 阅读全文

posted @ 2018-02-13 20:31 七昂的技术之旅 阅读(183) 评论(0) 推荐(0) 编辑

PATB 1032 挖掘机技术哪家强(20)

摘要: #include #include using namespace std; const int N = 100001; vector school[N];//玩玩vector int sum[N]; int main() { int n,id,score; scanf("%d",&n); for(int i = 0;i ::iterator it = school[t].beg... 阅读全文

posted @ 2018-02-13 19:11 七昂的技术之旅 阅读(257) 评论(0) 推荐(0) 编辑

PATA 1011 World Cup Betting (20)

摘要: 1011. World Cup Betting (20) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue 时间限制 400 ms 时间限制 400 ms 内存限制 65536 kB 内存限制 65536 kB 代 阅读全文

posted @ 2018-02-13 19:07 七昂的技术之旅 阅读(314) 评论(0) 推荐(0) 编辑

PATB 1041 考试座位号(15)

摘要: #include <cstdio> #include <iostream> using namespace std; struct student{ char str[15]; int trys; int tests; }stu[1000]; int main() { int n,m,query,i 阅读全文

posted @ 2018-02-13 15:41 七昂的技术之旅 阅读(153) 评论(0) 推荐(0) 编辑

PATA 1009. Product of Polynomials (25)

摘要: 1009. Product of Polynomials (25) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue This time, you are supposed to find A*B where A 阅读全文

posted @ 2018-02-13 15:39 七昂的技术之旅 阅读(211) 评论(0) 推荐(0) 编辑

PATB 1004 成绩排名 (20)

摘要: 1004. 成绩排名 (20) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Yue 读入n名学生的姓名、学号、成绩,分别输出成绩最高和成绩最低学生的姓名和学号。 输入格式:每个测试输入包含1个测试用例,格式为 第1行: 阅读全文

posted @ 2018-02-13 15:36 七昂的技术之旅 阅读(184) 评论(0) 推荐(0) 编辑

PATB 1028. 人口普查(20)

摘要: 1028. 人口普查(20) 注意特判合理人数为0,否则格式错误。很暴力的sort排序找出最大最小。 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Yue 某城镇进行人口普查,得到了全体居民的生日。现请你写个程序,找出镇 阅读全文

posted @ 2018-02-13 15:30 七昂的技术之旅 阅读(139) 评论(0) 推荐(0) 编辑

导航