JavaShuo
栏目
标签
2018-2019 ICPC, NEERC, Southern Subregional Contest 7/13
时间 2020-05-19
标签
icpc
neerc
southern
subregional
contest
繁體版
原文
原文链接
A Solved: 01:19 (BPM136) 状态只有NM种,bfs便可node #include <bits/stdc++.h> using namespace std; struct node { int r; string s; int sum; }; bool vis[505][5005]; int d, s; int main() { cin >> d >> s;
>>阅读原文<<
相关文章
1.
2018-2019 ICPC, NEERC, Southern Subregional Contest
2.
2018-2019 ICPC, NEERC, Southern Subregional Contest (Online Mirror, ACM-ICPC Rules, Teams Preferred)
3.
NEERC Southern Subregional 2012
4.
NEERC Southern Subregional 2011
5.
2013-2014 ACM-ICPC, NEERC, Southern Subregional Contest(2013区域赛练习)
6.
2017-2018 ACM-ICPC, NEERC, Northern Subregional Contest
7.
2017-2018 ACM-ICPC, NEERC, Moscow Subregional Contest J. Judging the Trick
8.
2013-2014 ACM-ICPC, NEERC, Moscow Subregional Contest (2013区域赛练习)
9.
【2005-2006 ACM-ICPC, NEERC, Moscow Subregional Contest】Problem J. Jack-pot
10.
2019-2020 ICPC, NERC, Southern and Volga Russian Regional Contest
更多相关文章...
相关标签/搜索
icpc
subregional
neerc
southern
contest
contest#11
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
[最佳实践]了解 Eolinker 如何助力远程办公
2.
katalon studio 安装教程
3.
精通hibernate(harness hibernate oreilly)中的一个”错误“
4.
ECharts立体圆柱型
5.
零拷贝总结
6.
6 传输层
7.
Github协作图想
8.
Cannot load 32-bit SWT libraries on 64-bit JVM
9.
IntelliJ IDEA 找其历史版本
10.
Unity3D(二)游戏对象及组件
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
2018-2019 ICPC, NEERC, Southern Subregional Contest
2.
2018-2019 ICPC, NEERC, Southern Subregional Contest (Online Mirror, ACM-ICPC Rules, Teams Preferred)
3.
NEERC Southern Subregional 2012
4.
NEERC Southern Subregional 2011
5.
2013-2014 ACM-ICPC, NEERC, Southern Subregional Contest(2013区域赛练习)
6.
2017-2018 ACM-ICPC, NEERC, Northern Subregional Contest
7.
2017-2018 ACM-ICPC, NEERC, Moscow Subregional Contest J. Judging the Trick
8.
2013-2014 ACM-ICPC, NEERC, Moscow Subregional Contest (2013区域赛练习)
9.
【2005-2006 ACM-ICPC, NEERC, Moscow Subregional Contest】Problem J. Jack-pot
10.
2019-2020 ICPC, NERC, Southern and Volga Russian Regional Contest
>>更多相关文章<<