发表评论取消回复
相关阅读
相关 TopCoder 636 B 【暴力】
题意:给出一个排列,其中的一些数字不小心给擦掉了。但是知道这个序列满足 i < j && a\[ i \] < a\[ j \] 的元素对有n个,然后让你求还原这个排列之后有几
相关 Find The Multiple
Find The Multiple Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d &
相关 Find The Parity Outlier
You are given an array (which will have a length of at least 3, but could be very large)
相关 Find the missing letter
Find the missing letter Write a method that takes an array of consecutive (increasing)
相关 leetcode 564. Find the Closest Palindrome 寻找最近回文数字 + 暴力求解
Given an integer n, find the closest integer (not including itself), which is a palindro
相关 F - Christmas Spruce
题目描叙: Consider a rooted tree. A rooted tree has one special vertex called the root. A
相关 Find the Missing Number
方法一: 数学方法,先找到最大的值,需要比较最大的值和array size, 要是比array size小, 说明最大值missing。 然后用等差数列公式求得如果不缺失值的和
相关 1481B New Colony (暴力)
[题目][Link 1] 看到题目中山的数量最多只有100,那么我们直接暴力模拟O(N^2),对于每一个石块都从第一座山放下去,如果发现有前面的山高于自己则将自己所在的山
相关 B. Find the Spruce(暴力)
[题目][Link 1] 思路:先预处理一下每个元素之后会有多少个连续的’\’,时间O(n^3),然后对于每一个元素暴力模拟一下,时间O (n^3),细节见代码。
相关 1400B - RPG Protagonist (暴力)
[题目][Link 1] 思路:一开始觉得像个dp,但一看范围太大了。然后发现每种刀剑的质量固定的特点,那么很容易想到贪心肯定先把质量小的搞完,而数量范围最多2e5。所以
还没有评论,来说两句吧...