mikoto_
mikoto_
全部文章
分类
未归档(57)
归档
标签
去牛客网
登录
/
注册
mikoto_的博客
在哪都能做题
全部文章
(共57篇)
[STL] Codeforces 69E Subsegments
Subsegments time limit per test 1 second memory limit per test 256 megabytes input standard input ...
2019-08-02
0
370
CodeForces 196B Infinite Maze
Infinite Maze time limit per test 2 seconds memory limit per test 256 megabytes input standard input ...
2019-08-02
0
539
[dp]牛牛与数组
时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 题目描述 牛牛喜欢这样的数组: 1:长度为n 2:每一...
2019-08-01
0
541
[快速幂]Codeforces Round #576 (Div. 2)-C. MP3
C. MP3 time limit per test 1 second memory limit per test 256 megabytes input standard input ...
2019-07-31
0
406
[二分]codeforces 274A k-Multiple Free Set
k-Multiple Free Set time limit per test 2 seconds memory limit per test 256 mega...
2019-07-30
0
358
Codeforce219C-Color Stripe
E. Color Stripe time limit per test 2 seconds memory limit per test 256 megabytes input standard input ...
2019-07-30
0
363
【模板】kmp
本文基于https://blog.csdn.net/v_july_v/article/details/7041827 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int amn=1e5+5; 4 int...
2019-07-28
0
402
【模板】trie树(字典树)
本文基于https://www.cnblogs.com/TheRoadToTheGold/p/6290732.html 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int amn=1e5+5; 4 in...
2019-07-28
0
626
2019牛客多校第四场 A meeting
链接:https://ac.nowcoder.com/acm/contest/884/A来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 524288K,其他语言1048576K 64bit IO Format: %lld 题目...
2019-07-27
0
341
[模板]大数加法
最近两场训练赛都有用到大数加法,但我又不想用java写,就整理了一下c++的大数加法模板. 本文基于老笨猫https://www.cnblogs.com/ronzhang-536/articles/4049551.html的代码 1 #include<bits/stdc++.h&g...
2019-07-18
0
483
首页
上一页
1
2
3
4
5
6
下一页
末页