破解平方数-题解(C++代码)数据巨水,爆搜即可AC 摘要:```cpp #include using namespace std; typedef long long ll; int t,m,r[105]; ll DFS(int i,ll mul…… 题解列表 2020年03月31日 0 点赞 1 评论 464 浏览 评分:6.0
1243: 破解平方数 摘要:```cpp #include #include using namespace std; typedef long long ll; int t,m,r[101]; ll DFS(int…… 题解列表 2023年02月01日 0 点赞 0 评论 178 浏览 评分:9.9