提交记录 14153


用户 题目 状态 得分 用时 内存 语言 代码长度
panyf test. 自定义测试 Runtime Error 0 5.485 ms 39068 KB C++11 217 B
提交时间 评测时间
2020-09-16 22:34:18 2023-09-03 19:41:13
#include<bits/stdc++.h>
using namespace std;
int a[100009];
int main(){
	int i;
	for(i=1;i<=10000001;++i)a[i]=i;
	srand(time(0));
	random_shuffle(a+1,a+10000001+1);
	for(i=1;i<=100001;++i)cout<<a[i]<<' ';
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #15.485 ms38 MB + 156 KBRuntime ErrorScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2026-03-23 01:22:08 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠