PTA L1-071(C++)

递推的思想

#include
#include
using namespace std;

int main()
{
    int question;cin>>question;
    int n;cin>>n;//玩家数量
    for(int i=0;i>choice;
        int result = 1;
        for(int j = 0;j

PTA L1-071(C++)_第1张图片

 

 

你可能感兴趣的:(c++)