摘要: 比赛链接:https://pintia.cn/market/item/1336191032829964288 7-1 祖传好运 (15 分) 题解 递归判断即可。 代码 #include <bits/stdc++.h> using namespace std; bool ok(int x) { if 阅读全文
posted @ 2021-03-14 01:05 Kanoon 阅读(254) 评论(0) 推荐(0) 编辑