Create a string concatenating the unique characters from multiple strings.
Given a string, return a string containing all the unique characters from that string, order matters. The input will be given as a single line.
# | Size | % | Users |
---|---|---|---|
#1 | 27 c. | Top 74% | +27 |
#2 | 29 c. | Top 82% | |
#3 | 32 c. | Top 90% | |
#4 | 34 c. | Top 94% | |
#5 | 52 c. | Top 96% | |
#6 | 68 c. | Top 98% | |
#7 | 356 c. | Top 100% |