2015年5月16日
摘要: •题目:输入正整数n,按从小到大的顺序输出所有形如abcde/fghij=n的表达式,其中a~j恰好为数字0~9的一个排列,2<=n<=79 输入:62 输出:79546/01283=62 94736/01528=62 1 #include <stdio.h> 2 3 int main() 4 { 阅读全文
posted @ 2015-05-16 08:14 LeoSanford 阅读(3437) 评论(0) 推荐(0)

levels of contents