提交记录 10282


用户 题目 状态 得分 用时 内存 语言 代码长度
user1 1007. 测测你的memset Compile Error 0 0 ns 0 KB C++11 605 B
提交时间 评测时间
2019-09-17 10:44:41 2020-08-01 02:05:03
void my_memset(char *a, char c, unsigned n) {
	//char s[16]={c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c}; 
while((int)a&15)*a++=c,n--;while(n&127)a[--n]=c;
	//__asm("movups (%1), %%xmm0; _LAR: movntps %%xmm0, (%0); movntps %%xmm0, 16(%0); movntps %%xmm0, 32(%0); movntps %%xmm0, 48(%0); movntps %%xmm0, 64(%0); movntps %%xmm0, 80(%0); movntps %%xmm0, 96(%0); movntps %%xmm0, 112(%0); addl $128, %0; subl $1, %2; jnz _LAR; ": : "r"(a), "r"(&s), "r"(n/128): "memory");
for(int i=0, cctv=(unsigned char)c*0x1010101; i<n; i+=32) { 
#define a *(int*)&a
a[i]=a[i+4]=a[i+8]=a[i+12]=a[i+16]=a[i+20]=a[i+24]=a[i+28]=cctv; }
}

CompilationN/AN/ACompile ErrorScore: N/A


Judge Duck Online | 评测鸭在线
Server Time: 2026-03-29 20:01:47 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠