C语言函数问题(有挑战性难题)

日期:2021-06-18 05:51:34 人气:1

C语言函数问题(有挑战性难题)

#include<stdio.h>
int FoundNum(int m,int n,int a[])
{
int pos[4];
int i,j;
int index=0;
for(i=m;i<n;i++)
{
SeparateNum(i,pos);
if(IsRightNum(pos)!=0)
{
continue;
}
else
{<
    A+
热门评论