摘要:
先把结论记住吧,CMO题目太难了 感觉这篇题解挺好 阅读全文
posted @ 2023-12-04 21:57
最爱丁珰
阅读(50)
评论(0)
推荐(0)
摘要:
\(X=1\) 首先构造题目一般都很难想到,所以我们先打上一个暴力,把序列以及模数输出 #include<bits/stdc++.h> #define ll long long using namespace std; const int N=1000; int a[N]; int main() { 阅读全文
posted @ 2023-12-04 21:49
最爱丁珰
阅读(57)
评论(0)
推荐(0)
摘要:
对下面的这一段代码 int a[10]; int *b = new int[10]; int *c = (int*) malloc(sizeof(int) * 10); cout << sizeof(a) << endl; cout << sizeof(b) << endl; cout << siz 阅读全文
posted @ 2023-12-04 00:02
最爱丁珰
阅读(8)
评论(0)
推荐(0)

浙公网安备 33010602011771号