比赛链接
总体总结
A,B题纯模拟 C题 公式一步转换 D题 五题里面最难的,dp预处理二分 E题 排序BFS
题解
A题 A Substring 题目 : You are given an N-character string S consisting of lowercase English letters. Output the string of …
#include<stdio.h>
#include<ctime>
#include<time.h> //suiji
#include<windows.h> //SLEEP函数
struct Player //玩家结构体,并初始化player
{
char name[21];
int attack;
int defense;
int health;
long int max_health;
int level;
in…
文章目录2.3 Handling of Received TLPs2.3.1 Request Handling Rules2.3.1.1 Data Return for Read Requests2.3.2 Completion Handling Rules2.4 Transaction Ordering2.4.1 Transaction Ordering Rules2.4.2 Update Ordering and Granularity Observed by a Read Transactio…
Linux下安装mysql
1.检查mysql是否安装过
rpm -qa | grep mysql
#检查服务是否已经启动
ps -ef | grep mysql2.下载mysql压缩包
MySQL :: MySQL Community Downloads
#压缩包类型是tar.xz,解压缩的方式是-xvf
tar -xvf mysql-8.0.38-linux-glibc2.12-x86_64.…