首页
编程
java
php
前端
首页
编程
java
php
前端
可以看看这道怎么做吗
int
SumDiff(
int
a
,
int
b
,
int
*
c
)
{ *c = a-b; return a+b; }
点击展开全文