茗少
茗少
全部文章
分类
ACM心得(1)
dp(3)
JavaEE(11)
Javafx(1)
JavaSE(1)
java后端开发(1)
Letcode(8)
mysql(1)
Spring(1)
SQL(2)
企业真题(3)
图论(1)
总结(1)
搜索(2)
数论(1)
未归档(4)
构造(1)
模拟(13)
牛客网多校训练(1)
牛客网比赛(1)
项目(2)
归档
标签
去牛客网
登录
/
注册
茗少的博客
全部文章
(共60篇)
股票价格II
#include<iostream> using namespace std; int a[1000001]; int main() { int n; cin>>n; for(int i=0; i<n; i++) cin>&...
2019-12-29
0
474
牛客小月赛F题-----圆
解题思路: 刚开始看到这个题的时候就想列举出前几种数据,后来发现不知道公式的前提下很难推出下一个数是什么,其实这个公式并不好找,后来在离散数学中看到这样一个公式 F(平面的区域数) =E(边数)-V(点数)+2 #include<iostream> #include&...
2019-12-29
0
611
find a way
Pass a year learning in Hangzhou, yifenfei arrival hometown Ningbo at finally. Leave Ningbo one year, yifenfei have many people to meet. Especially a ...
2019-12-29
0
671
Tempter of the Bone
The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the doggie could f...
2019-12-29
0
680
牛客网暑期ACM多校训练营(第四场) F题 Beautiful Garden
链接:https://www.nowcoder.com/acm/contest/142/F 来源:牛客网 题目描述 There's a beautiful garden whose size is n x m in Chiaki's house. The garden can be part...
2019-12-29
0
557
Singing Contest
这题debug了3个小时,当时简直崩溃........ 题意 : 有2^n个歌手进行比赛,每位歌手准备好了n首歌,每首歌的愉悦度都不一样,每位歌手都知道对方每首歌的愉悦度,并且愉悦度越高的就会赢,输了的直接淘汰,为了尽可能的多进行几场比赛(赛制为两两相互比赛),歌手每场都会从低到高选出第一个...
2019-12-29
0
518
Vasya And The Matrix
Now Vasya is taking an exam in mathematics. In order to get a good mark, Vasya needs to guess the matrix that the teacher has constructed! Vasya know...
2019-12-29
0
531
牛客练习赛25 A题 因子个数和
时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 题目描述 q次询问,每次给一个x,问1到x的因数个数的和。 输入描述: 第一行一个正整数q ; 接下来q行,每行一个正整数 x 输出描述: ...
2019-12-29
0
728
Rectangles
题目链接 http://codeforces.com/contest/1028/problem/C 题意: 刚开始想用二维数组暴力做,后来发现数据太大数组根本开不了那么大,后来发现模拟下可以过,我们可以将每个矩形的点的横坐标看作a[i].x,a[i].x1,纵坐标看作a[i].y,a[i].y...
2019-12-29
0
594
Many Equal Substrings
A. Many Equal Substrings time limit per test :1 s...
2019-12-29
0
459
首页
上一页
1
2
3
4
5
6
下一页
末页