提交记录 19044
用户 | 题目 | 状态 | 得分 | 用时 | 内存 | 语言 | 代码长度 |
---|---|---|---|---|---|---|---|
user1 | 1009. 测测你的三维数点 | Compile Error | 0 | 0 ns | 0 KB | C++17 | 214 B |
提交时间 | 评测时间 |
---|---|
2023-02-05 23:25:13 | 2023-02-05 23:25:14 |
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 x=0;
for(int i=0; i<n; ++i)x+=by[i];
while(x>65535) ++*by;
}
Compilation | N/A | N/A | Compile Error | Score: N/A | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-09-16 04:52:59 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠