- 博客(2)
- 收藏
- 关注
原创 大疆笔试题
#include<iostream> #include<vector> using namespace std; int main() { int N, X; cin >> N >> X; vector<int> value, day; int day_t, value_t; while (cin >> value_t >> day_t) { day.push_back(day_t); valu...
2020-08-16 21:32:07
987
原创 科大讯飞提前批的笔试
#include<iostream> #include<vector> using namespace std; int main() { vector<int>array; for (int i = 0; i < 5; ++i) { int temp; cin >> temp; array.push_back(temp); } int value; cin >> value; if (value < 1)...
2020-08-01 13:38:15
799
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人