提交记录 19096
提交时间 |
评测时间 |
2023-02-06 09:15:53 |
2023-02-06 09:27:41 |
#pragma GCC optimize("Ofast")
#pragma GCC target("avx2,popcnt,bmi,bmi2")
void count_5d(int n, const unsigned *x[5], unsigned *out) {
for (int i=0; i<n; ++i) for (int j=0; j<n; ++j) {
#define o(k) x[k][i]<x[k][j]
out[j] += o(0);
}
}
Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
Testcase #1 | 1.891 s | 400 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-09-16 03:02:32 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠