rrweb
背景
rrweb 是 record and replay the web,是当下很流行的一个录制屏幕的开源库。与我们传统认知的录屏方式(如 WebRTC)不同的是,rrweb 录制的不是真正的视频流,而是一个记录页面 DOM 变化的 JSON 数组&#x…
题目链接:集合-Nim游戏 #include <iostream>
#include <cstring>
#include <algorithm>
#include <unordered_set>using namespace std;const int N 110, M 10010;int n, m;
int s[N], f[M];int sg(int x)
{if(f[x] ! -1) return f[x];//…