摘要:
题解: 1 #include <iostream> 2 #include <algorithm> 3 #include <cstdio> 4 #include <cmath> 5 #include <cstring> 6 #include <vector> 7 #include <map> 8 #i 阅读全文
posted @ 2023-07-05 21:52
上原歩夢
阅读(16)
评论(0)
推荐(0)
摘要:
这道题真是费了我好大力气(估计我还会回来看不少次qwq) 题解(DFS): 每个钟有4种情况,暴力枚举49种情况,这里只要一维数组就可以记录钟的状态(nowClock[] 和 oriClock[]) 1 #include <bits/stdc++.h> 2 using namespace std; 阅读全文
posted @ 2023-07-05 21:46
上原歩夢
阅读(116)
评论(0)
推荐(0)