摘要: http://oj.ecustacm.cn/problem.php?id=1455 s数值不能设为)0x3f,如果设为它,机器跑不出来,具体我也不知道为什么 再一个,这个题dfs跑不出来,所以提交答案 dfs #include <bits/stdc++.h> using namespace std; 阅读全文
posted @ 2020-04-12 16:14 Hazelxcf 阅读(193) 评论(0) 推荐(0)
摘要: https://vjudge.net/contest/367733#problem/B 一样的代码,自己的错了,难受 dalaode #include <iostream> #include<queue> #include<algorithm> #include<string.h> #include 阅读全文
posted @ 2020-04-12 13:19 Hazelxcf 阅读(164) 评论(0) 推荐(0)
摘要: #include <iostream> #include <cstring> #include <cstdio> #include <algorithm> using namespace std; int n,k; char ch[10][10]; long long ans; int vis[10 阅读全文
posted @ 2020-04-12 09:56 Hazelxcf 阅读(152) 评论(0) 推荐(0)