时间:2012-10-01 18:21:17
#include <stdio.h>
void fun(int a,int b,long *c)
{ *c=(b%10)*1000+(a/10)*100+(b/10)*10+a%10;
}
电脑版 | 手机版 | 返回顶部