摘要:
#include <iostream>#include <algorithm>#include <string.h>//引入strcmp和strlen的头文件using namespace std;long int target;char alpstr[13];int length;//将字符从大到小进行排序(本题的关键)/*int cmp(const void... 阅读全文
posted @ 2010-05-03 11:38
北海小龙
阅读(355)
评论(0)
推荐(0)