C 判断一个数里有几个相同的数字问题

问题:git Write a program that reads an integer, and determines and prints how many digits in the integer are 7scode #include<stdio.h> #include<stdlib.h> int num; int a, b, c, d, e; int i = 0; int main
相关文章
相关标签/搜索