unsigned x = 0;
int main(void) {
	return __builtin_popcount(x);
}
