如何使用C语言将这一系列位 "000001111110001"(15 位)存储在变量中.
我试图将它存储到unsigned int:
unsigned int key=000001111110001;
但它没有,所以请帮助我.
c
c ×1