Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我被困在这个问题上:
假设没有两个连续的房子可以有相同的颜色(红色、绿色、蓝色或白色),那么 N 个房子在一个圆圈中可能排列的数量是多少?
谁能给我有关如何解决它的任何提示?
我会试一试:可能的排列数=(排列数)- 4 *(都具有相同的颜色)- 4 *(4个元素中相邻3个房屋的组合数)- 4 *(组合数4 个元素中的 2 个房屋)