Home > Back-end >  Why can't output first is 1, 2, 3
Why can't output first is 1, 2, 3

Time:11-19

#include
The main ()
{int I, j, k;
for(i=1; I<5; I++)
{
For (j=1; j<5)
{j++;
For (k=1; K<5)
{k++;
If (I.=k& & i!=j& & J!=k)
Printf (" % d, % d, % d \ n ", I, j, k);
}
}
}
}

CodePudding user response:

While your code is not standard, but the first must be 1, 2, 3, and

CodePudding user response:

 1, 2, 3 
1, 4-trichlorobenzene
1,2,5
1 31
1 and 4
1,3,5
1,4,2
1, 3
1, four, five
1,5,2
1,5,3
1,5,4
2 and 4
2,3,5
2, 3
Two, four, five
2,5,3
2,5,4
3, 4-trichlorobenzene
3,2,5
3,4,2
Three, four, five
3,5,2
3,5,4
4, 2, 3
4,2,5
4 31
4,3,5
4,5,2
4,5,3

This is the output