上一页 1 ··· 94 95 96 97 98
摘要: 点击打开链接求转置矩阵问题时间限制:3000 ms | 内存限制:65535 KB难度:2描述求一个三行三列的转置矩阵。输入第一行一个整数n#includeusing namespace std;int main(){int i;cin>>i;while(i--){int a[3][3],b[3... 阅读全文
posted @ 2017-07-27 11:40 Veritas_des_Liberty 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 点击打开链接Your task is to calculate the sum of some integers. InputInput contains multiple test cases, and one case one line. Each case starts with an int... 阅读全文
posted @ 2017-07-24 22:37 Veritas_des_Liberty 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 点击打开链接Your task is to calculate the sum of some integers. InputInput contains an integer N in the first line, and then N lines follow. Each line start... 阅读全文
posted @ 2017-07-24 22:10 Veritas_des_Liberty 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 点击打开链接读入N名学生的成绩,将获得某一给定分数的学生人数输出。 Input测试输入包含若干测试用例,每个测试用例的格式为 第1行:N 第2行:N名学生的成绩,相邻两数字用一个空格间隔。 第3行:给定分数 当读到N=0时输入结束。其中N不超过1000,成绩分数为(包含)0到100之间的一个整数。 ... 阅读全文
posted @ 2017-07-23 20:45 Veritas_des_Liberty 阅读(336) 评论(0) 推荐(0) 编辑
摘要: 点击打开链接还记得Gardon给小希布置的那个作业么?(上次比赛的1005)其实小希已经找回了原来的那张数表,现在她想确认一下她的答案是否正确,但是整个的答案是很庞大的表,小希只想让你把答案中最大的M个数告诉她就可以了。 给定一个包含N(N#include#includeusing namespac... 阅读全文
posted @ 2017-07-23 20:35 Veritas_des_Liberty 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 点击打开链接每天第一个到机房的人要把门打开,最后一个离开的人要把门关好。现有一堆杂乱的机房签 到、签离记录,请根据记录找出当天开门和关门的人。 Input测试输入的第一行给出记录的总天数N ( > 0 )。下面列出了N天的记录。 每天的记录在第一行给出记录的条目数M ( > 0 ),下面是M行,每行... 阅读全文
posted @ 2017-07-23 20:20 Veritas_des_Liberty 阅读(230) 评论(0) 推荐(0) 编辑
上一页 1 ··· 94 95 96 97 98