Description The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floor has 20
分类:
其他好文 时间:
2016-02-25 13:47:53
阅读次数:
277
1. 结构体 成员如果是char* name;能否使用gets、scanf、strcpy取决于name是否“指向”一块可以盛放字符串的空间,成员是数组,数组名不可以做左值。 COMPUTER* p; p=&c; p->brandó(*p).brand .成员访问运算符 //结构体变量名.成员:c.b
分类:
编程语言 时间:
2016-02-25 11:48:44
阅读次数:
191
Description IT City company developing computer games invented a new way to reward its employees. After a new game release users start buying it activ
分类:
其他好文 时间:
2016-02-24 22:40:00
阅读次数:
261
Big Event in HDU Time Limit:5000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u Description Nowadays, we all know that Computer College is the b
分类:
其他好文 时间:
2016-02-24 12:38:27
阅读次数:
192
A cookie is often used to identify a user.A cookie is a small file that the server embeds on the user's computer.Each time the same computer requests
分类:
其他好文 时间:
2016-02-23 15:54:41
阅读次数:
183
We have a network of computers and a list of bi-directional connections. Each of these connections allows a file transfer from one computer to another
分类:
其他好文 时间:
2016-02-22 20:44:08
阅读次数:
276
Big Event in HDU Problem Description Nowadays, we all know that Computer College is the biggest department in HDU. But, maybe you don't know that Comp
分类:
其他好文 时间:
2016-02-22 15:51:41
阅读次数:
212
嗯……这道题大思路很明显,但是细节好烦人…… 大体上就是stack+set 对于栈中的元素,可以发现每个元素都是一个集合(set),而集合中的元素也是集合 因此,应该对每个集合(元素)进行编号 typedef set<int> element ,这样就能把每个元素看作保存整数的栈 stack s;
分类:
其他好文 时间:
2016-02-17 18:45:03
阅读次数:
127