暴力
AC_Lee
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
赛码 军训队列
题目: code: 放在了dp栏里其实暴力一发就可以AC #include<bits/stdc++.h> using namespace std; int main(){ int n,m,ans[5020]; cin>>n; while(n--){ cin>>m; if(m<=3){ cout<<"1";...原创 2020-03-26 13:18:28 · 481 阅读 · 0 评论 -
codeforces 574B 暴力+复杂度分析
题目: B. Bear and Three Musketeers time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Do you know原创 2017-06-22 00:35:06 · 351 阅读 · 0 评论
分享