
It笔试面试
文章平均质量分 78
muzilan
这个作者很懒,什么都没留下…
展开
-
2014微软编程一小时题目1 : Arithmetic Expression
时间限制:2000ms单点时限:200ms内存限制:256MB描述Given N arithmetic expressions, can you tell whose result is closest to 9?输入Line 1: N (1 Line 2..N+1: Each line contains an expression原创 2014-04-16 11:01:50 · 1126 阅读 · 0 评论 -
2014微软编程一小时题目2 : Longest Repeated Sequence
描述You are given a sequence of integers, A = a1, a2, ... an. A consecutive subsequence of A (say ai, ai+1 ... aj) is called a "repeated sequence" if it appears more than once in A (there exists原创 2014-04-16 14:17:03 · 993 阅读 · 0 评论 -
微软2014实习生及秋令营技术类职位在线测试 题目1 : String reorder
题目1 : String reorder时间限制:10000ms单点时限:1000ms内存限制:256MBDescriptionFor this question, your program is required to process an input string containing only ASCII characters原创 2014-04-12 22:19:35 · 1067 阅读 · 0 评论 -
腾讯实习生笔试题 软件开发-后台开发方向2014.4.20
原址:http://blog.youkuaiyun.com/xhu_eternalcc/article/details/24191233高亮部分是自己的,搜到去年的题,练习一下今天的实习生笔试题有选择题,填空题,附加题,选择题是多选、少选、不选均不得分,里面有图的遍历、树的遍历、线索二叉树、C语言宏、C++程序内存分配、数据库索引、Linux命令、Linux系统调用,题目记不清转载 2015-03-30 23:53:11 · 1347 阅读 · 0 评论 -
腾讯2014校园招聘软件开发类笔试试题
腾讯2014校园招聘软件开发类笔试试题考试时长:120分钟一 不定项选择题(共25题,每题4分,共100分,少选、错选、多选均不得分)1 已知一棵二叉树,如果先序遍历的节点顺序是:ADCEFGHB,中序遍历是:CDFEGHAB,则后序遍历结果为:(D)A.CFHGEBDA B.CDFEGHBA C.FGHCDEBA D.CFHGEDBA2 下列哪两个数据结构原创 2015-03-31 23:39:26 · 1147 阅读 · 0 评论 -
2016 微软秋招(校招)在线笔试 题目234
题目2 : Total Highway Distance 时间限制:10000ms 单点时限:1000ms 内存限制:256MB 描述 Little Hi and Little Ho are playing a construction simulation game. They build N cities (numbered from 1 to N) in the game and c原创 2015-09-30 20:35:25 · 1749 阅读 · 0 评论 -
2016 微软秋招(校招)在线笔试 题目1 : Farthest Point
题目1 : Farthest Point 时间限制:5000ms 单点时限:1000ms 内存限制:256MB 描述 Given a circle on a two-dimentional plane.Output the integral point in or on the boundary of the circle which has the largest distance fr原创 2015-09-30 20:33:59 · 1355 阅读 · 2 评论