18XiWenjuan
18XiWenjuan
全部文章
分类
dp(29)
MFC(5)
STL(6)
分治(2)
博弈(6)
图论(39)
字符串(4)
思想(14)
思维(33)
搜索(10)
数据结构(12)
数论(45)
日常小技巧(1)
暴力|模拟(30)
未归档(12)
水|坑(23)
深度学习(2)
计算几何(6)
计蒜客(1)
赛后补题(22)
题解(2)
归档
标签
去牛客网
登录
/
注册
18XiWenjuan的博客
Hello World
全部文章
(共304篇)
codeforces1351 C. Skier(结构体作键值 重载运算符)
C. Skier Skier rides on a snowy field. Its movements can be described by a string of characters 'S', 'N', 'W', 'E' (which correspond to 11 meter move...
2020-09-21
0
608
codeforces1345 C. Hilbert's Hotel(贪心)
C. Hilbert's Hotel Hilbert's Hotel is a very unusual hotel since the number of rooms is infinite! In fact, there is exactly one room for every intege...
2020-09-21
0
383
codeforces1348 D. Phoenix and Science
D. Phoenix and Science time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Phoenix ...
2020-09-21
0
559
Codeforces Round #641 (Div. 2)
A. Orac and Factors 题意: 进行 k 次操作:将原数加上它的最小因子(除1外) 思路: 如果 n 是偶数,每次加的都是 2 如果 n 是奇数,第一次加上一个奇数,然后变成了一个偶数,之后都加 2 #include<bits/stdc++.h> us...
2020-09-21
0
467
Codeforces Round #643 (Div. 2)
https://codeforc.es/contest/1355 A. Sequence with Digits 当数位中出现0时break #include<bits/stdc++.h> using namespace std; typedef long lon...
2020-09-21
0
452
Codeforces Round #642 (Div. 3)
https://codeforc.es/contest/1353 A. Most Unstable Array 题意: 构造一个长为 n 的序列,序列和为 m ,问相邻两数之差绝对值的和的最大值 思路见代码 #include <bits/stdc++.h> using n...
2020-09-21
0
506
牛客算法周周练7 D 华华和月月逛公园(tarjan算法求无向图的割点和桥)
链接:https://ac.nowcoder.com/acm/contest/5713/D 来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 题目描述 月月和华华一起去逛公园了。公园...
2020-09-21
0
606
POJ - 2777 Count Color(线段树 + 状态压缩)
Chosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new problem. There i...
2020-09-21
0
584
HRBUST - 1819 石子合并问题--圆形版 (区间dp)
在圆形操场上摆放着一行共n堆的石子。现要将石子有序地合并成一堆。规定每次只能选相邻的两堆合并成新的一堆,并将新的一堆石子数记为该次合并的得分。请编辑计算出将n堆石子合并成一堆的最小得分和将n堆石子合并成一堆的最大得分。 Input 输入有多组测试数据。 每组第一行为n(n<=100),表...
2020-09-21
0
553
HDU - 2068 RPG的错排(错排公式 + 思维)
今年暑假杭电ACM集训队第一次组成女生队,其中有一队叫RPG,但做为集训队成员之一的野骆驼竟然不知道RPG三个人具体是谁谁。RPG给他机会让他猜猜,第一次猜:R是公主,P是草儿,G是月野兔;第二次猜:R是草儿,P是月野兔,G是公主;第三次猜:R是草儿,P是公主,G是月野兔;......可怜的野骆驼第...
2020-09-21
0
592
首页
上一页
20
21
22
23
24
25
26
27
28
29
下一页
末页