提交记录 27408
提交时间 |
评测时间 |
2024-11-28 20:14:30 |
2024-11-28 20:14:46 |
void count_5d(int n, const unsigned *x[5], unsigned *out) {
// Your code here
for(int i=1;i<=n;i++)
{
out[i]=0;
for(int j=1;j<=n;j++)
out[i]+=x[0][j]<x[0][i]&&x[1][j]<x[1][i]&&x[2][j]<x[2][i]&&x[3][j]<x[3][i]&&x[4][j]<x[4][i];
}
}
Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
Testcase #1 | 15 s | 112 KB | Time Limit Exceeded | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2024-12-27 07:44:47 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠