תשובה אחת
public static void ex(int[] x int[] y)
{
bool isexist=false;
for(int i=0; i<x.length; i++;)
{
for(int j=0; j<y.length; i++;)
{
if(x[i]==y[j])
{
isexist=true;
}
}
if(isexist==false)
{
console.writeline(j);
}
isexist=false;
}
אנונימית