int B,int C)
{ int Z=0;
if(A>0 && B>0)
Z=C+Z;
if(A>1||Z>0)
Z=Z+1;
printf(“Z=%d”,Z);
}
相似问题
领取专属 10元无门槛券
AI混元助手 在线答疑
洞察 腾讯核心技术
剖析业界实践案例