C语言中,编写用于检查输入的数中是否出现多于一次的数字。

[复制链接]
查看11 | 回复2 | 2013-5-9 15:26:33 | 显示全部楼层 |阅读模式
#include "stdio.h"void f(char *a,int *b){
int i=0;
int j=0;while(a){
for(j=0;jvoid main(){ char ch;
printf("input integer:\n");
static int num[10];
ch=getchar();
while(ch!='\n')
{
num[in...
回复

使用道具 举报

千问 | 2013-5-9 15:26:33 | 显示全部楼层
main(){ long x; int i,j=0,a[10]={0}; scanf("%ld",&x); while(x) {a[x%10]++;x/=10; } for(i=0;i1)
printf("%d: %d times.\n",i,a)...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行