The projection of the posterior edge of the lung on the body surface is a forward downward arc, from the fourth rib space to the lower end of the 10th rib.
【简答题】下面的程序执行后的输出为________。 #include main() { int s=0,k; for(k=7;k>4;k--) { switch(k) { case 1: case 4: case 7: s++;break; case 2: case 3: case 6: break; case 0: case 5: s+=2;break; } } printf(“s=%d”,s); }
【简答题】下面的程序执行后的输出为________。 #include main() { int s=0,k; for(k=7;k>4;k--) { switch(k) { case 1: case 4: case 7: s++;break; case 2: case 3: case 6: break; case 0: case 5: s+=2;break; } } printf(“s=%d”,s); }