用户输出
1 1
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#699 | #999. 蛋蛋 | Accepted | 100 | 28 ms | 380 K | C++ 17 / 1.4 K | s230034010 | 2023-10-15 15:07:27 |
using namespace std;
int n, m, ans;
vector<int> needs;
vector<vector<int>> foods;
vector<int> selected_foods;
void
int
用户输出
1 3
系统信息
Exited with return code 0
用户输出
2 2 3
系统信息
Exited with return code 0
用户输出
5 1 2 3 4 5
系统信息
Exited with return code 0
8
10 10 10 10 10 10 10 10
7
1 1 1 1 1 1 1 1
2 2 2 2 2 2 2 2
3 3 3 3 3 3 3 3
4 4 4 4 4 4 4 4
1
<62 bytes omitted>
用户输出
2 6 7
系统信息
Exited with return code 0