文章目录 设置VMware主机设置centos7 设置 设置VMware 主机设置 centos7 设置
vim /etc/sysconfig/network-scripts/ifcfg-ens33重启网络服务
service network restart检验配置是否成功
ifconfig
ip addr
带分数 题目要求用一个ab/c的形式得到一个值,而且只能在1~9里面不重复的组合。
可以对1~9进行全排列,然后不断划分区间。
#include<iostream>
#include<vector>
using namespace std;
int st[15];
int num[15];
int res;
int n;int calc(i…