cf/mirror

Cloud of Hashtags

CF
777D1800· expert2s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
3
#book
#bigtown
#big
Output
#b
#big
#big
Sample 2of 4
Input
3
#book
#cool
#cold
Output
#book
#co
#cold
Sample 3of 4
Input
4
#car
#cart
#art
#at
Output
#
#
#art
#at
Sample 4of 4
Input
3
#apple
#apple
#fruit
Output
#apple
#apple
#fruit
777D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)