1303: 统计数字(C++ STL) 摘要:# STL map ```c++ #include #include #include #include #include using namespace std; mapnums;…… 题解列表 2023年08月18日 0 点赞 0 评论 363 浏览 评分:0.0
利用hash二维数组统计不同数字出现的次数 摘要:参考代码:#include<stdio.h> #include<stdlib.h> int l=0; int f(int hash[][2],int n); int main() { i…… 题解列表 2023年11月11日 0 点赞 0 评论 302 浏览 评分:0.0
1303: 统计数字(map) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;map<int,int>&nbs…… 题解列表 2025年10月15日 0 点赞 0 评论 95 浏览 评分:0.0