摘要:
A.题意就是把字符串里面的数字按增序排列,直接上代码。#include #include #include using namespace std;int main(){ char s[1005]; int num[105]; while (scanf("%s" , s) != EOF) { int l = strlen(s); int t = 0; int cnt = 0; for (int i = 0; i #include #include #include #include #include using n... 阅读全文
posted @ 2013-08-27 11:08
xindoo
阅读(292)
评论(0)
推荐(0)

浙公网安备 33010602011771号