[UVA] 10252 - Common Permutation
Problem G
Common Permutation
Input: standard input
Output: standard output
Time Limit: 4 seconds
Memory Limit: 32 MB
Given
two strings of lowercase letters, a
and b, print the longest
string x of lowercase letters
such that there is a permutation o...