提交记录 19045


用户 题目 状态 得分 用时 内存 语言 代码长度
user1 1009. 测测你的三维数点 Time Limit Exceeded 0 15 s 984 KB C++17 214 B
提交时间 评测时间
2023-02-05 23:25:31 2023-02-05 23:25:48
char by[1000007];
void count_3d(int n, const unsigned *x, const unsigned *y, const unsigned *z, unsigned *out) {
	for(int i=0; i<n; ++i) by[y[i]]=1;
int s=0;
for(int i=0; i<n; ++i)s+=by[i];
while(s>65535) ++*by;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #115 s984 KBTime Limit ExceededScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2025-09-16 05:02:10 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠