2880: 计算鞍点 摘要:``` #include using namespace std; const int N=10010; int a[6][6]; int main() { int n=5; for…… 题解列表 2023年12月25日 0 点赞 0 评论 239 浏览 评分:0.0
题解 2880: 计算鞍点 摘要: #include using namespace std; const int N=100; int a[N][N],b[N],c[N],zd1,zd2,d,z=…… 题解列表 2023年12月25日 0 点赞 0 评论 240 浏览 评分:0.0
1099: 校门外的树 摘要:``` #include using namespace std; const int N=10010; int a[N]; int main() { int n,m; cin>>n…… 题解列表 2023年12月25日 0 点赞 0 评论 236 浏览 评分:9.9
1099:校门外的树 摘要:``` #include using namespace std; const int N=10010; int a[N]; int main() { int n,m; cin>>n…… 题解列表 2023年12月25日 0 点赞 0 评论 202 浏览 评分:9.9
1754: 字符串排序 摘要: #include using namespace std; const int N=100010; string a[N]; bool cmp(stri…… 题解列表 2023年12月24日 0 点赞 0 评论 521 浏览 评分:0.0
题解 2877: 同行列对角线的格子 摘要: #include using namespace std; const int N=1100; int a[N],b[N],x[N],y[N],n,i,j; …… 题解列表 2023年12月24日 0 点赞 0 评论 258 浏览 评分:9.9
2908: 白细胞计数 摘要:``` #include using namespace std; const int N=310; double a[N]; int main() { int n; cin>>n;…… 题解列表 2023年12月24日 0 点赞 0 评论 288 浏览 评分:0.0
2908: 白细胞计数 摘要:``` #include using namespace std; const int N=310; double a[N]; int main(){ int n; cin>…… 题解列表 2023年12月24日 0 点赞 0 评论 298 浏览 评分:9.9
2858: 整理药名 摘要:``` #include using namespace std; const int N=110; char s[N]; int main() { int t; cin>>t; …… 题解列表 2023年12月24日 0 点赞 0 评论 282 浏览 评分:0.0
题解 2858: 整理药名 摘要: #include using namespace std; const int N=110; char s[N]; int main(){ …… 题解列表 2023年12月24日 0 点赞 0 评论 282 浏览 评分:0.0