ROOM ASSIGNATION
时间限制:1000 ms | 内存限制:65535 KB
难度:4
描述
The “cows” are journeying north to Thunder Bay in Canada to gain cultural enrichment and enjoy a vacation on the sunny shores of Lake Superi...
分类:
其他好文 时间:
2016-05-13 03:44:22
阅读次数:
156
Red and Black
Time Limit: 1000MS
Memory Limit: 30000K
Total Submissions: 29614
Accepted: 16095
Description
There is a rectangular room, covered with square tiles. Eac...
分类:
其他好文 时间:
2016-05-12 16:36:23
阅读次数:
169
Problem Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black til ...
分类:
其他好文 时间:
2016-04-22 23:41:28
阅读次数:
208
创建教材中的大学数据库: create table classroom (building varchar(15), room_number varchar(7), capacity numeric(4,0), primary key (building, room_number) ); creat ...
分类:
数据库 时间:
2016-04-19 19:21:26
阅读次数:
231
直接上代码了,注释还算清晰,有问题欢迎提问指证。
为方便下载编译,代码都放到一个文件里了。
服务器是CentOS,客户端用的secureCRT。
/*
功能: 在同一台服务器上ssh登录的用户可以群聊(聊天室)
原理: 1、通过roomNo.来区分不同的房间或群组;
2、以roomNo.作为key来创建一块共享内存,来保存进入到该room的用户列表;
3、用户以ssh(或其它方式)...
分类:
其他好文 时间:
2016-04-19 17:34:46
阅读次数:
241
Red and Black Problem Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing ...
分类:
其他好文 时间:
2016-04-17 20:33:16
阅读次数:
157
传送门 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Finally, you come to the interview room. You know that a Microsoft interviewer is in the room though the do ...
分类:
其他好文 时间:
2016-04-17 13:01:23
阅读次数:
251
Problem Description There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black til ...
分类:
其他好文 时间:
2016-04-15 19:56:05
阅读次数:
140
Ducks have started mysteriously appearing in your room. All ducks make the same sound: "quack". Each duck makes the sound one or more times, one after another. For example, valid sounds for a single duck are "quack", "quackquackquackquack", "quackquack", e...
分类:
其他好文 时间:
2016-04-15 02:17:44
阅读次数:
273
笨方法学python是一本不错的python入门书籍。书的最后一节是一个web版的游戏程序,以下是程序代码: 1.项目的目录结构如下所示:skeleton\ app.py map.py templates\ layout.html show_room.html you_died.html 2.游戏地 ...
分类:
编程语言 时间:
2016-03-31 18:28:17
阅读次数:
255