2014年7月4日
摘要: 初级:一.请编写函数long fun(long int x),功能是:将长整型数x中每一位上为奇数的数依次取出,并逆序和顺序分别构成一个新数返回。 例如:程序运行时输入123456789,输出:b=97531 和13579。#include //逆序输出long fun(long int x){ ... 阅读全文
posted @ 2014-07-04 12:18 Yogurshine 阅读(980) 评论(0) 推荐(0)