首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
1181nbsp专题
HDOJnbsp;nbsp;1181nbsp;nbsp;nbsp;nbsp;变形课
题目:http://acm.hdu.edu.cn/showproblem.php?pid=1181 #include<iostream> #include <cstdio> #include<cstring> using namespace std; struct { char beg; char end; }M[101]; bool hash[101],f; int N; bo
阅读更多...