Home > other >  The sum of two Numbers, right
The sum of two Numbers, right

Time:10-25

#include
Int main ()
{
Int nums [6]={5,3,6,9,7,8};
Int target=12;
int i,j;
for(i=0; i<6; I++)
{
If (target==a + [I] a [j])
Return the I, j;
}
return 0;
}

CodePudding user response:

No
Function returns where the function name is defined in the roo type, yet returned to return the I, j don't match

CodePudding user response:

Yeah, only then discovered, thanks

CodePudding user response:

There is wrong too much, I wrote again

CodePudding user response:

Can go to ask in the c language areas

CodePudding user response:

Ahhh know, thank you