提交记录 19042


用户 题目 状态 得分 用时 内存 语言 代码长度
user1 1009. 测测你的三维数点 Wrong Answer 0 320.72 us 3916 KB C++17 138 B
提交时间 评测时间
2023-02-05 21:43:51 2023-02-05 22:02:55
#include <string.h>
void count_3d(int n, const unsigned *x, const unsigned *y, const unsigned *z, unsigned *out) {
	memset(out, 1, n*4);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #1320.72 us3 MB + 844 KBWrong AnswerScore: 0


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