–a+2(a-1)-(3a+5)
–a+2(a-1)-(3a+5)
相关考题:
当运行以下程序时,写出输入 6↙ 的程序运行结果: #include<stdio.h> void sub(char *a,char b) { while (*(a++)!='0') ; while (*(a-1)<b) *(a--)=*(a-1); *(a--)=b; } void main () { char s[]="97531",c; c = getchar() ; sub(s,c); puts(s) ; }
沟通协调能力有四个等级划分,从A-1级到A+2级,其能力逐步递减。