报错:
Error starting ApplicationContext. To display the conditions report re-run your application with debug enabled.
2023-08-25 18:32:41,704 main ERROR o.s.b.SpringApplication - Application run failed
org.springframework.beans.factory.BeanCre…
K
K Co-prime Permutation
题意:给定n和k,让你构造n的排列,满足gcd(pi, i)1的个数为k。
思路:因为x和x-1互质,1和任何数互质,任何数和它本身不互质
当k为奇数时,p11,后面k-1个数…