摘要: 事件推送[(https://www.online1987.com/事件推送/)] #include<iostream> #include<vector> using namespace std; int main() { int m = 0; int n = 0; int r = 0; cin >> 阅读全文
posted @ 2022-09-30 13:39 chunbai11 阅读(23) 评论(0) 推荐(0)
摘要: 找朋友(插入排序青春版)[(https://www.online1987.com/找朋友/)] #include<iostream> #include<vector> using namespace std; int main() { int N = 0; cin >> N; vector<int> 阅读全文
posted @ 2022-09-30 13:38 chunbai11 阅读(22) 评论(0) 推荐(0)
摘要: 统计射击成绩[(https://www.online1987.com/统计射击比赛成绩/)] #include<iostream> #include<vector> #include<algorithm> using namespace std; int main() { int N = 0; ch 阅读全文
posted @ 2022-09-30 13:35 chunbai11 阅读(92) 评论(0) 推荐(0)