A.最大值只能由自己除,所以无解的情况只能是全部相同,否则直接最大值放c即可
#include<bits/stdc.h>
using namespace std;
const int N 2e510,mod998244353;
#define int long long
typedef long long LL;
typedef pair<int, int> PII;in…
【TI毫米波雷达笔记】MMWave配置流程避坑
在TI SDK目录下的mmwave.h文档说明中 强调了要按以下配置:
mmWave API
The mmWave API allow application developers to be abstracted from the lower layer drivers and the mmWave link API.The mmWave file should b…