2909: 直方图 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;long long tong[10000];int main(){ int …… 题解列表 2023年10月14日 0 点赞 0 评论 170 浏览 评分:0.0
利用双for筛选特定的值,并利用满足条件计算出现次数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i,j; int a[10000],b[10001]={0}; int max=0; int n; sc…… 题解列表 2023年04月09日 0 点赞 0 评论 213 浏览 评分:0.0