-->
输入一个2位数a,计算出它的2位数字之和赋值给b ```c++ #include int main() { int a,b; scanf(); printf("%d",b); return 0; } ``` 答案: 第1空:"%d",&a 第2空:b=a%10+a/10;
上一篇:CODE_COMPLETION:Binary tree - 12. Number of branch nodes
下一篇:Jquery
名称(*)