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
破解平方数-题解(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
破解平方数-题解(C语言代码) 摘要:大家好,本人第一次写题解,可能会写得不好,见谅。(~~第一次写不知道写什么开场白~~) ------------ 首先,要知道怎么判断平方数。这个挺简单的,只要 `int a2 = …… 题解列表 2020年02月26日 1 点赞 1 评论 1313 浏览 评分:10.0