2820: 含k个3的数 摘要:#含K个三的数 ##正常解法 很正常,直接用while循环和if语句就行了; ``` #include using namespace std; int main() { i…… 题解列表 2023年11月12日 0 点赞 0 评论 215 浏览 评分:9.9