问题标题: 大家帮帮我

0
0
已解决
被禁言 刘宇航
刘宇航
修练者
修练者

@董子墨 

https://wenda.codingtang.com/questions/17614/

您能帮帮我么?

用OI,李宜和说了,你看一下!

啊不!您看一下!

刘宇航在2021-10-12 11:54:01追加了内容

如果有会的也可以教教我,我到时候会加悬赏

刘宇航在2021-10-14 21:02:19追加了内容

@董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 @董子墨 

 


0
已采纳
李博然
李博然
资深守护
资深守护
#include <bits/stdc++.h>
#include<cstdlib>
#include<time.h>
using namespace std;
int x,ans;
int main()
{
    srand(time(0));
    for(int i=1;i<=20;i++)
    {
        if(cin>>x) ans+=x;
        else ans+=rand()%20;
        cout<<ans<<endl;
    }
    cout<<ans;
    return 0;
}

你可以尝试改一下

0
0
0
0
包思远
包思远
新手启示者
新手启示者

你那个帖子不是采纳了吗??

0
侯平仄
侯平仄
新手天翼
新手天翼

mt19937

c++11里面的东西

具体自行百度

0
0
0
我要回答