我看他们说改名就能收到offer
我看他们说改名就能收到offer
全部文章
学
题解(1)
归档
标签
去牛客网
登录
/
注册
hbhdhd
哦豁,不错
全部文章
/ 学
(共13篇)
Tree Traversals Again
题目:Tree Traversals Again An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that when a 6-...
2019-08-01
0
644
HDU 5441
Problem Description Jack likes to travel around the world, but he doesn’t like to wait. Now, he is traveling in the Undirected Kingdom. There are ...
2019-07-16
0
564
poj 3687 Labeling Balls
Description Windy has N balls of distinct weights from 1 unit to N units. Now he tries to label them with 1 to N in such a way that: No two ...
2019-07-11
0
731
Balanced Team
https://vjudge.net/problem/CodeForces-1133C 题意:在数组中找出一段 每两个元素差值不大于5的这段元素个数的最大值。 1 #include <iostream> 2 #include<cstdio> ...
2019-05-18
0
466
由先序和中序求后序
An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that when a 6-node binary tree (with the...
2019-05-13
0
551
Median String
You are given two strings ss and tt, both consisting of exactly kk lowercase Latin letters, ss is lexicographically less than tt. Let's consider list...
2019-05-09
0
676
树的同构
给定两棵树T1和T2。如果T1可以通过若干次左右孩子互换就变成T2,则我们称两棵树是“同构”的。例如图1给出的两棵树就是同构的,因为我们把其中一棵树的结点A、B、G的左右孩子互换后,就得到另外一棵树。而图2就不是同构的。 <center> 图1 图2...
2019-05-03
0
593
uva 202
1 #include <iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 #include<cstdlib> 6 #include&l...
2019-04-25
0
504
L1-046 整除光棍
这里所谓的“光棍”,并不是指单身汪啦~ 说的是全部由1组成的数字,比如1、11、111、1111等。传说任何一个光棍都能被一个不以5结尾的奇数整除。比如,111111就可以被13整除。 现在,你的程序要读入一个整数 x ,这个整数一定是奇数并且不以5结尾。然后,经过计算,输出两个数字:第一个数字...
2019-03-26
0
609
L1-043 阅览室
天梯图书阅览室请你编写一个简单的图书借阅统计程序。当读者借书时,管理员输入书号并按下S键,程序开始计时;当读者还书时,管理员输入书号并按下E键,程序结束计时。书号为不超过1000的正整数。当管理员将0作为书号输入时,表示一天工作结束,你的程序应输出当天的读者借书次数和平均阅读时间。 注意:由于线路...
2019-03-25
0
566
首页
上一页
1
2
下一页
末页