社区讨论
NOIP之前的测分程序(雾)
灌水区参与者 4已保存回复 3
讨论操作
快速查看讨论及其快照的属性,并进行相关操作。
- 当前回复
- 3 条
- 当前快照
- 1 份
- 快照标识符
- @mi7csnm3
- 此快照首次捕获于
- 2025/11/20 19:34 4 个月前
- 此快照最后确认于
- 2025/11/20 19:34 4 个月前
和实际成绩没有关系,仅供娱乐。
如果干扰了正常的竞赛秩序,有损竞赛的声誉,给组织方带来不必要的负担和干扰。请谅解。
不存在任何泄题。
ссf的老爷们别禁我的赛啊。。。
CPP#include<iostream>
#include<algorithm>
#include<ctime>
using namespace std;
int main()
{
int t=clock(),rp;
int t1,t2,t3;
srand(time(NULL));
while(rp-t<=12600000)
{
t1=rand()%101;
t2=rand()%101;
t3=rand()%101;
rp=clock();
}
int NOIP_score=t1+t2+t3;
printf("NOIP_score=%d\n",NOIP_score);
return 0;
}
回复
共 3 条回复,欢迎继续交流。
正在加载回复...