(C语言代码)关键是要减少循环
摘要:
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
int fun(const v……
1303: 统计数字(C++ STL)
摘要:# STL map
```c++
#include
#include
#include
#include
#include
using namespace std;
mapnums;
……
利用hash二维数组统计不同数字出现的次数
摘要:参考代码:#include<stdio.h>
#include<stdlib.h>
int l=0;
int f(int hash[][2],int n);
int main()
{
i……