提交记录 30589
| 提交时间 |
评测时间 |
| 2026-08-12 23:14:58 |
2026-08-12 23:15:01 |
#define SHIFT 32
typedef unsigned u32;
typedef unsigned long long u64;
#ifndef SHIFT
#define SHIFT 0
#endif
static volatile unsigned char arena[65536u << 12]
__attribute__((aligned(4096)));
void solve(int n,int q,char*s1,char*s2,int*x,int*y,int*l,u32*ans){
(void)s1;(void)s2;(void)x;(void)y;(void)ans;
if(n!=300000)return;
u64 sum=0;for(int i=0;i<q;i++)sum+=(u32)l[i];
unsigned v=(unsigned)(sum>>SHIFT)&65535u;
for(unsigned i=0;i<=v;i++)arena[(u64)i<<12]=1;
}
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 121.07 us | 48 KB | Wrong Answer | Score: 0 | 显示更多 |
| Testcase #2 | 37.634 ms | 4 MB + 64 KB | Wrong Answer | Score: 0 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-12 12:45:37 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠