织梦行云

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年3月16日

摘要: From google intern test questions & matrix67 阅读全文
posted @ 2010-03-16 18:45 BloodElf 阅读(95) 评论(0) 推荐(0) 编辑

摘要: Given a set of numbers where each number appears twice in the set except one number t, who only appears once. Now the task is to find out t. Yes, if i 阅读全文
posted @ 2010-03-16 00:10 BloodElf 阅读(97) 评论(0) 推荐(0) 编辑

2010年3月15日

摘要: Given N strings s1, s2, ..., sn, sort them in some way, then connect them one by one, we obtain a long string. Now the task is to find an arrangement 阅读全文
posted @ 2010-03-15 22:06 BloodElf 阅读(161) 评论(0) 推荐(0) 编辑

摘要: The C implementation is as follows: #include<stdio.h>int main(){printf("#include<stdio.h>\n");char *p="int main(){printf(%c#include<stdio.h>%cn%c);cha 阅读全文
posted @ 2010-03-15 00:12 BloodElf 阅读(132) 评论(0) 推荐(0) 编辑