提交记录 13021


用户 题目 状态 得分 用时 内存 语言 代码长度
top_secret test. 自定义测试 Accepted 100 9.542 ms 15656 KB C++ 231 B
提交时间 评测时间
2020-07-19 11:12:06 2023-09-03 19:40:22
#include <bits/stdc++.h>

const int n = 2000000;
int a[n], b[n];

int main() {
	srand(233333);
	for (int i = 0; i < n; ++i) a[i] = rand();
	for (int i = 0; i < n; ++i) b[i] = rand();
	for (int i = 0; i < n; ++i) a[i] = a[i]*b[i];
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #19.542 ms15 MB + 296 KBAcceptedScore: 100


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