哥们写的代码:
dword big;
__asm
{
mov eax,a
mov ebx,b
cmp eax,ebx
jle HOHO
big =ebx
HOHO:
big = eax
}
网上搜了一些,还有的说直接printf出来...
哥们写的代码:
dword big;
__asm
{
mov eax,a
mov ebx,b
cmp eax,ebx
jle HOHO
big =ebx
HOHO:
big = eax
}
网上搜了一些,还有的说直接printf出来...
相关文章: