比赛链接
总体总结
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…