时间:2012-10-01 18:47:14
#include
int fun (int x,int y)
{ if (x!=y) return ((x+y);2);
else return (x);
}
main() 
 
电脑版 | 手机版 | 返回顶部