摘要: 水,补题 C++ 1 #include<iostream> 2 #include<cmath> 3 using namespace std; 4 5 int main() { 6 int n = 0; 7 char s; 8 cin >> n >> s; 9 int b = round((doubl 阅读全文
posted @ 2020-07-24 22:17 上帝的绵羊 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 插入排序:https://blog.csdn.net/qq_42453117/article/details/99680831 归并排序:https://blog.csdn.net/qq_42453117/article/details/100036347 测试点0、2、4:插入排序 测试点1、3、 阅读全文
posted @ 2020-07-24 21:41 上帝的绵羊 阅读(212) 评论(0) 推荐(0) 编辑