3
1
12
188
0
``` func swap(a *int, b *int) { *a = *a ^ *b *b = *a ^ *b *a = *a...
Go
CPP CPP vector實(shí)現(xiàn) GOLANG版本
C++版本 GO版本
執(zhí)行結(jié)果 name 內(nèi)存占用 24個(gè)字節(jié),test占用12個(gè)字節(jié)