#E00522. 字符串匹配
字符串匹配
输入 和 个字符串,将相同的字符串两两配对,输出无法配对的字符串数量
7
hello, world
c coding camp
archdevil
computing
archdevil
hello, world
c coding camp
1
输入 n 和 n 个字符串,将相同的字符串两两配对,输出无法配对的字符串数量
n≤100
7
hello, world
c coding camp
archdevil
computing
archdevil
hello, world
c coding camp
1
By signing up a ArchDevil C Training Camp universal account, you can submit code and join discussions in all online judging services provided by us.