2820: 含k个3的数 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { long int m,n; int s…… 题解列表 2023年12月26日 0 点赞 0 评论 240 浏览 评分:0.0
2880: 计算鞍点 摘要:``` #include using namespace std; const int N=10010; int a[6][6]; int main() { int n=5; for…… 题解列表 2023年12月25日 0 点赞 0 评论 171 浏览 评分: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 评论 167 浏览 评分: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 评论 182 浏览 评分: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 评论 134 浏览 评分:9.9
1754: 字符串排序 摘要: #include using namespace std; const int N=100010; string a[N]; bool cmp(stri…… 题解列表 2023年12月24日 0 点赞 0 评论 417 浏览 评分: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 评论 203 浏览 评分: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 评论 215 浏览 评分:0.0
2908: 白细胞计数 摘要:``` #include using namespace std; const int N=310; double a[N]; int main(){ int n; cin>…… 题解列表 2023年12月24日 0 点赞 0 评论 204 浏览 评分: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 评论 213 浏览 评分:0.0