发表评论取消回复
相关阅读
相关 1096 大美数
若正整数 N 可以整除它的 4 个不同正因数之和,则称这样的正整数为“大美数”。本题就要求你判断任一给定的正整数是否是“大美数”。 输入格式: 输入在第一行中给出正整数
相关 Educational Codeforces Round 93 (Rated for Div. 2) B. Substring Removal Game
[Problem - B - Codeforces][] 题意: 给定一个01串,Alice和Bob玩游戏,对于每一个玩家,都能取走连续的数值相同的串,贡献为取走的串的1的
相关 HDU-1096
问题链接:[http://acm.hdu.edu.cn/showproblem.php?pid=1095][http_acm.hdu.edu.cn_showproblem.ph
相关 【杭电oj1096】A+B for Input-Output Practice (VIII)
A+B for Input-Output Practice (VIII) Time Limit: 2000/1000 MS (Java/Others) Memory Li
相关 hdu1096 - A+B for Input-Output Practice (VIII)
地址 [http://acm.hdu.edu.cn/showproblem.php?pid=1096][http_acm.hdu.edu.cn_showproblem.p
相关 1096. Consecutive Factors (20)
Among all the factors of a positive integer N, there may exist several consecutive numbe
相关 功能概述:简单介绍substring(a)与substring(a,b)的用法
package com.substring.demo; public class test \{ /\\ \ 关于substring(a)与sub
相关 1096B - Substring Removal
题意:给了长度为n的字符,删除其中的字符,让剩下的字符一样,就满足条件,输出有多少种删法,全部删除,留一个字符也满足条件。 题解:先统计前面连续相同的字符个数,再统计后面连续
相关 1096A Find Divisible
题意:隔了t组数据,每组两个数l,r,让你输出x,y,必须在l,r区间中。题意说了至少有一组满足。 题解:直接输出l,2\r。 A. Find Divisible tim
相关 B. Binary Removals (思维)
[题目][Link 1] 思路:想要出现否的情况那一定会有0在1的后面,而我们的删除操作只能隔着删,所以当出现两个00或两个11必然会留下一个,所以从后往前遍历,如果发现
还没有评论,来说两句吧...