摘要:
代码: 1 #include <iostream> 2 #include <cstring> 3 #include <algorithm> 4 5 using namespace std; 6 7 const int N =20; 8 int n; 9 int s[N]; // 0 没考虑, 1 选 阅读全文
摘要:
题目描述: 给定a1, a2,````` an, 判断是否可以选出若干数, 使他们的和恰好是k 1 <= n <= 20; -1e8 <= ai ,k <= 1e8 代码: 1 #include <iostream> 2 #include <cstring> 3 #include <algorith 阅读全文
摘要:
题目描述 本题为填空题,只需要算出结果后,在代码中使用输出语句将所填结果输出即可。 小蓝每天都锻炼身体。 正常情况下,小蓝每天跑 11 千米。如果某天是周一或者月初(11 日),为了激励自己,小蓝要跑 22 千米。如果同时是周一或月初,小蓝也是跑 22 千米。 小蓝跑步已经坚持了很长时间,从 200 阅读全文