提交记录 19119
提交时间 |
评测时间 |
2023-02-07 20:35:09 |
2023-02-07 20:35:26 |
#pragma GCC optimize("Ofast")
#pragma GCC target("avx2,popcnt,bmi,bmi2")
void count_4d(int n, const int **x, unsigned *out) {
for (int i=0; i<n; ++i) for (int j=0; j<n; ++j) {
out[j] += (x[0][i]<x[0][j] & x[1][i]<x[1][j] & x[2][i]<x[2][j] & x[3][i]<x[3][j]);
}
}
Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
Testcase #1 | 15 s | 400 KB | Time Limit Exceeded | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2025-09-16 03:03:25 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠