上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 98 下一页
摘要: Excel可以对一组纪录按任意指定列排序。现请你编写程序实现类似功能。 Input测试输入包含若干测试用例。每个测试用例的第1行包含两个整数 N (<=100000) 和 C,其中 N 是纪录的条数,C 是指定排序的列号。以下有 N 行,每行包含一条学生纪录。每条学生纪录由学号(6位数字,同组测试中 阅读全文
posted @ 2018-03-10 11:15 Veritas_des_Liberty 阅读(418) 评论(0) 推荐(0) 编辑
摘要: Given two integers, a and b, you should check whether a is divisible by b or not. We know that an integer a is divisible by an integer b if and only i 阅读全文
posted @ 2018-03-09 19:11 Veritas_des_Liberty 阅读(291) 评论(0) 推荐(0) 编辑
摘要: A range is given, the begin and the end are both integers. You should sum the cube of all the integers in the range. InputThe first line of the input 阅读全文
posted @ 2018-03-08 15:19 Veritas_des_Liberty 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 小明对数的研究比较热爱,一谈到数,脑子里就涌现出好多数的问题,今天,小明想考考你对素数的认识。 问题是这样的:一个十进制数,如果是素数,而且它的各位数字和也是素数,则称之为“美素数”,如29,本身是素数,而且2+9 = 11也是素数,所以它是美素数。 给定一个区间,你能计算出这个区间内有多少个美素数 阅读全文
posted @ 2018-03-08 14:57 Veritas_des_Liberty 阅读(220) 评论(0) 推荐(0) 编辑
摘要: Today, Wet Shark is given n bishops on a 1000 by 1000 grid. Both rows and columns of the grid are numbered from 1 to 1000. Rows are numbered from top 阅读全文
posted @ 2018-03-07 21:53 Veritas_des_Liberty 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Problem Description 把一个偶数拆成两个不同素数的和,有几种拆法呢? Input 输入包含一些正的偶数,其值不会超过10000,个数不会超过500,若遇0,则结束。 Output 对应每个偶数,输出其拆成不同素数的个数,每个结果占一行。 Sample Input 30 26 0 3 阅读全文
posted @ 2018-03-05 21:51 Veritas_des_Liberty 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 问题描述 小张是软件项目经理,他带领3个开发组。工期紧,今天都在加班呢。为鼓舞士气,小张打算给每个组发一袋核桃(据传言能补脑)。他的要求是: 1. 各组的核桃数量必须相同 2. 各组内必须能平分核桃(当然是不能打碎的) 3. 尽量提供满足1,2条件的最小数量(节约闹革命嘛) 小张是软件项目经理,他带 阅读全文
posted @ 2018-03-05 20:29 Veritas_des_Liberty 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 有三个正整数a,b,c(0<a,b,c<10^6),其中c不等于b。若a和c的最大公约数为b,现已知a和b,求满足条件的最小的c。 Input第一行输入一个n,表示有n组测试数据,接下来的n行,每行输入两个正整数a,b。 Output输出对应的c,每组测试数据占一行。 Sample Input Sa 阅读全文
posted @ 2018-03-05 20:06 Veritas_des_Liberty 阅读(190) 评论(0) 推荐(0) 编辑
摘要: You are given a string s consisting of lowercase Latin letters. Character c is called k-dominant iff each substring of s with length at least k contai 阅读全文
posted @ 2018-03-01 00:15 Veritas_des_Liberty 阅读(345) 评论(0) 推荐(0) 编辑
摘要: Gerald plays the following game. He has a checkered field of size n × n cells, where m various cells are banned. Before the game, he has to put a few 阅读全文
posted @ 2018-02-27 17:02 Veritas_des_Liberty 阅读(368) 评论(0) 推荐(0) 编辑
上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 98 下一页