How to check if two arrays have the same set of digits in C?

后端 未结 0 546
别那么骄傲
别那么骄傲 2020-12-03 13:28

I want to check if two integer type arrays have the same set of digits. For example, if array 1 is 5 1 2 3 3 4 6 1, and array 2 is 1 2 3 4 5 6, the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题