摘要:
#include <stdio.h> typedef short int INT16; int main() { short int b = 101; INT16 c = 111; printf("b=%d\n", b); printf("b=%d\n", c); return 0; } 阅读全文
摘要:
[miaojiang@localhost ~]$ sudo ls /root We trust you have received the usual lecture from the local System Administrator. It usually boils down to thes 阅读全文