18XiWenjuan
18XiWenjuan
全部文章
暴力|模拟
dp(29)
MFC(5)
STL(6)
分治(2)
博弈(6)
图论(39)
字符串(4)
思想(14)
思维(33)
搜索(10)
数据结构(12)
数论(45)
日常小技巧(1)
未归档(12)
水|坑(23)
深度学习(2)
计算几何(6)
计蒜客(1)
赛后补题(22)
题解(2)
归档
标签
去牛客网
登录
/
注册
18XiWenjuan的博客
Hello World
全部文章
/ 暴力|模拟
(共30篇)
sdnu1416.一元三次方程求解(暴力枚举)
Description 有形如:ax3+bx2+cx+d=0 这样的一个一元三次方程。给出该方程中各项的系数(a,b,c,d 均为实数),并约定该方程存在三个不同实根(根的范围在-100至100之间),且根与根之差的绝对值> =1。要求三个实根。 Input 四个实数:a,b,c,d...
2020-09-21
0
523
四川大学第二届SCUACM新生赛 E [模板]欧拉筛 (暴力)
链接:https://ac.nowcoder.com/acm/contest/1838/E 来源:牛客网 时间限制:C/C++ 2秒,其他语言4秒 空间限制:C/C++ 131072K,其他语言262144K 64bit IO Format: %lld 题目描述 lglg最近爱上了炒股,...
2020-09-21
0
941
sdnu 1280.就问你慌不慌 (高精度N进制加法)
Description 求N进制的高精度加法 Input 第一行输入N(2≤N≤10) 第二行两个数X Y(长度均≤100) Output 输出N进制下X和Y的和 Sample Input 5 2 4 Sample Output 11 Source Sunshine 时隔4...
2020-09-21
0
531
sdnu 1207 多项式输出 (模拟)
Description 一元 n 次多项式可用如下的表达式表示: f(x)=an*x^n+an-1*x^n-1+...+a1*x+a0 (an≠0) 其中,a_i·x^i 称为i次项,a_i称为i 次项的系数。给出一个一元多项式各项的次数和系数,请按照如下规...
2020-09-21
0
538
sdnu 1555.柳予欣的选择(二) (打擂台求众数)
Description 柳予欣饿了,想要吃东西。现在有n个食物,第i个食物的种类是ai(1<=ai<=1e9)。柳予欣吃东西喜欢同时吃两个不同种类的食物, 这样会增加她一点愉悦值,否则就不加。现在请问所有分配决策中能够获得的最大的愉悦值是多少? Input 一个数字n(1 <...
2020-09-21
0
823
CodeForces - 705C Thor (模拟)
Thor is getting used to the Earth. As a gift Loki gave him a smartphone. There are n applications on this phone. Thor is fascinated by this phone. He ...
2020-09-21
0
574
CTU Open Contest 2019 F Beer Marathon(三分答案)
Beer Marathon marathon.c, marathon.cpp, Marathon.java, marathon.py In the booths version of the popular annual Beer Marathon, many beer booths (also c...
2020-09-21
0
429
codeforce 1311 D. Three Integers(暴力 + 剪枝)
D. Three Integers time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output You are given...
2020-09-21
0
471
codeforces 1305 C. Kuroni and Impossible Calculation(抽屉原理)
C. Kuroni and Impossible Calculation time limit per test 1 second memory limit per test 256 megabytes input standard input output standard out...
2020-09-21
0
578
UCF “Practice” Local Contest —2013 G.Brett Favre Diaries filename(模拟)
Brett Favre Diaries filename: favre The sporting world recently underwent a media overload with the Brett Favre story. The recordbreaking Green Bay...
2020-09-21
0
343
首页
上一页
1
2
3
下一页
末页