10252专题

字符串 UVa 10252 Common Permutation (公共排列)

UVa 10252 Common Permutation  水题一枚, 找出两串中相同的每一个字符, 按字典序排列输出即可 #include <iostream>using namespace std;#include <algorithm>#include <stdio.h>#include <string.h>char a[1005];char b[1005];ch