期中考试

Posted zengiai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了期中考试相关的知识,希望对你有一定的参考价值。

期中考试

第一题

#include<iostream>
#include<cstdlib>
using namespace std;
class Dice {
    public:
        Dice(int n);
        friend int cast(Dice &p1);
    private:
        int sides;
};
Dice::Dice(int n)
{
    sides=n;
}
int cast(Dice &p1)
{
    return rand()%p1.sides;
}
    
int main()
{
    int i,n=0,temp,num;
    cin>>i;//输入面数
    cin>>num;//输入学号
    Dice a(i);
    for(int j=0;j<500;j++)
    {
        temp=cast(a);
        if(temp==num)
        n++;
    }
    cout<<n<<"/500";
    
    
    return 0;
}

运行截图:
技术分享图片

第二题


以上是关于期中考试的主要内容,如果未能解决你的问题,请参考以下文章

期中考试叶龙兴

期中考试曾杞薄

期中考试秒表计时器

期中考试

算法设计与分析期中考试复习:代码和经典题目 分治二分动态规划(未完待续)

期中英语考试感想500字