摘要: #include<bits/stdc++.h> #define int long long using namespace std; const int N=1e6+10,mod=80112002; int e[N],ne[N],idx,f[N],h[N],n,m,a,b,res; bool vis 阅读全文
posted @ 2023-07-27 23:45 o-Sakurajimamai-o 阅读(16) 评论(0) 推荐(0)
摘要: # 多类->线性回归 from mxnet import gluon from mxnet import ndarray as nd import matplotlib.pyplot as plt def transform(data, label): return data.astype('flo 阅读全文
posted @ 2023-07-27 16:14 o-Sakurajimamai-o 阅读(48) 评论(0) 推荐(0)
摘要: Tracking Segments You are given an array $ a $ consisting of $ n $ zeros. You are also given a set of $ m $ not necessarily different segments. Each s 阅读全文
posted @ 2023-07-27 11:19 o-Sakurajimamai-o 阅读(56) 评论(0) 推荐(0)
-- --