摘要:#include<stdio.h> int main(void) { int sum,b,c,d,e; int a = 0x12345678; b = (a &0xff) ; c = ((a>>8)&0xff); d = ((a>>16) &0xff); e = ((a>>24) &0xff); s
阅读全文
posted @ 2023-03-28 18:04
posted @ 2023-03-28 18:04
posted @ 2023-03-28 11:36
Copyright Copyright 2025 牛man
Powered by .NET 9.0 on Kubernetes