c++求解。,”<(>

#include<stio.h>
main()
【int i=1,j=1,k=2;
if((j++‖k++)&&i++)
printf(“%d,%d,%d”,i,j,k)

输出2,2,2
j++大于0,不判断后面的k++

img

2,2,2?