摘要: 23集训测试题(10.8) 密码锁 这题数据量较小,可以直接暴力枚举所有密码情况并一一判断 暴力代码 #include<iostream> #include<cstring> #include<algorithm> using namespace std ; struct L { int state 阅读全文
posted @ 2024-11-21 19:14 Torrentolf 阅读(25) 评论(0) 推荐(0)