参考代码
#include<iostream>
#include<algorithm>
using namespace std;
const int MAXLEN 1e5 10;
int nums[MAXLEN];
long long n, c;
bool check(int x) {int cnt 1, pre nums[0];//贪心,第一头牛放在第一个隔间for(int i 1; i < n; i) {i…
Linux 入门基础知识 一、Linux的基本使用和配置1.1、终端1.2、消耗内存1.3、运行级别1.6、登录前欢迎语1.5、登录后欢迎语1.6、shell1.7、ps aux1.8、设置主机名1.9、whoami和who am i1.10、命令提示符 二、Linux执行命令的过程详解和命令类型2.1、命令执行2.2、hash缓存表2.3、…