摘要:
解题报告:由于每天晚上垂头丧气的概率都相同,设为Q,那么可以分开处理,DP算出Q 设f[i][j]表示一共打了i场,赢了j场的概率 $f[i][j]=f[i 1][j 1] p+f[i 1][j] (1 p)$ 最后$Q=\sum_{i=0}^nf[n][i](i include include i 阅读全文
摘要:
Description 这里有一个n m的矩阵,请你选出其中k个子矩阵,使得这个k个子矩阵分值之和最大。注意:选出的k个子矩阵 不能相互重叠。 Input 第一行为n,m,k(1≤n≤100,1≤m≤2,1≤k≤10),接下来n行描述矩阵每行中的每个元素的分值(每个元素的 分值的绝对值不超过3276 阅读全文
摘要:
The Terminal Radar Approach CONtrol (TRACON) controls aircraft approaching and departing when they are between 5 and 50 miles of the airport. In this 阅读全文
摘要:
The Bandulu Space Agency (BSA) has plans for the following three space missions: • Mission A: Landing on Ganymede, the largest moon of Jupiter. • Miss 阅读全文