112. 【epanama】assume x flights 3000000+6000x=1000*10x x=750 an airplane company(?), fly between n cities, 2 non stop flight per day, ask how many flights during the day(?) 2n(n-1) 前两行应该以前一道题的解答,后两行才是题目 应该就是N个点直接的连线有多少种可能P(2,n)=n(n-1),又因为是两趟,就再乘2
112. 【epanama】assume x flights 3000000+6000x=1000*10x x=750 an airplane company(?), fly between n cities, 2 non stop flight per day, ask how many flights during the day(?) 2n(n-1) 前两行应该以前一道题的解答,后两行才是题目 应该就是N个点直接的连线有多少种可能P(2,n)=n(n-1),又因为是两趟,就再乘2