2020年10月20日

线性求逆元

摘要: #include<cstdio> #include<cstring> const int maxn=1e5+7; using namespace std; inline int read(){ int x=0,f=1; char ch=getchar(); while(ch>'9'||ch<'0') 阅读全文

posted @ 2020-10-20 18:50 fishsit 阅读(45) 评论(0) 推荐(0) 编辑

20201020

摘要: ###1. zdx看电影系列 排序,然后比较求出每个时间段可以看电影数量的最大值的,每一组数据得出答案后要将数组再次清零。 #include <cstdio> #include <algorithm> #include <cmath> #include <cstring> #include <ios 阅读全文

posted @ 2020-10-20 16:44 fishsit 阅读(82) 评论(0) 推荐(0) 编辑

导航