int func(int x){ int countx = 0; while (x) { countx++; x = x&(x-1); } return countx;}
Powered by: 博客园 Copyright © 2024 ChessYoung Powered by .NET 9.0 on Kubernetes