摘要: 题目要求: 使用两个运算符,用于运算的数字和答案都必须是100以内的数字,不需要输出答案,且需避免重复,具备可扩展性,可定制输出数量。 #include<bits/stdc++.h> using namespace std; map<int, map<int,map<int,int> > > cnt 阅读全文
posted @ 2020-10-13 10:07 SamsonHo 阅读(56) 评论(0) 推荐(0) 编辑