unsigned int ROR(unsigned int v,int n) { __asm { push ecx mov eax,v mov ecx,n ror eax,cl pop ecx } }
70,025
社区成员
243,253
社区内容
加载中
试试用AI创作助手写篇文章吧