avatar
屁屁的新玩具# pets - 心有所宠
j*7
1
http://www.yodlecareers.com/puzzles/triangle.html
我的答案不对 (665321)。
public static void main(String[] args) {
// TODO Auto-generated method stub

File file = new File("triangle.txt");
try
{
BufferedReader in = new BufferedReader(new FileReader(file));
String line;
int value=Integer.parseInt(in.readLine().trim());
int index=0;

while ((line = in.readLine()) != null) {

String [] temp=line.split("[ ]");
int a=Integer.parseInt(temp[index]);
int b=Integer.parseInt(temp[index+1]);
if(b>a)
{
index=index+1;
value+=b;
}
else
{
value+=a;
}
}
System.out.println(value);//665321
in.close();
}catch(IOException e )
{

}
}
avatar
a*8
2
屁屁的新玩具,以前的玩具搬家都丢了,买了个新的.结果他也不拔河玩,就作为自己在床
上脑袋累了,垫脑袋的东西.....
avatar
A*i
3
别想了,前年我就做对了,依然没拿到面试
除非第二个杂技团的游戏也解出来
这个题典型的DP
avatar
a*8
4


【在 a*****8 的大作中提到】
: 屁屁的新玩具,以前的玩具搬家都丢了,买了个新的.结果他也不拔河玩,就作为自己在床
: 上脑袋累了,垫脑袋的东西.....

avatar
j*7
5

第一题怎么做?

【在 A*****i 的大作中提到】
: 别想了,前年我就做对了,依然没拿到面试
: 除非第二个杂技团的游戏也解出来
: 这个题典型的DP

avatar
y*0
6
白白的那是什么?牙?
avatar
j*7
7
明白了。
avatar
a*8
8
不是,我一开始也以为是,还想这什么时候屁屁这么威武了,结果发现是那个球两头的白
绳子,被屁屁叼在嘴里的.

【在 y*******0 的大作中提到】
: 白白的那是什么?牙?
avatar
p*2
9
这个公司怎么样呀
avatar
b*i
10
屁屁瘦了吗?
今天还说起他。呵呵

【在 a*****8 的大作中提到】
: 屁屁的新玩具,以前的玩具搬家都丢了,买了个新的.结果他也不拔河玩,就作为自己在床
: 上脑袋累了,垫脑袋的东西.....

avatar
B*t
11
是732506吗

));

【在 j**7 的大作中提到】
: http://www.yodlecareers.com/puzzles/triangle.html
: 我的答案不对 (665321)。
: public static void main(String[] args) {
: // TODO Auto-generated method stub
:
: File file = new File("triangle.txt");
: try
: {
: BufferedReader in = new BufferedReader(new FileReader(file));
: String line;

avatar
a*8
12
没有,还是老样子,150上下浮动。

【在 b********i 的大作中提到】
: 屁屁瘦了吗?
: 今天还说起他。呵呵

avatar
d*3
13

我试了下,是732506,这题不就是leetcode triangle那题么

【在 B********t 的大作中提到】
: 是732506吗
:
: ));

avatar
m*o
14
为啥屁屁总是一副委屈的样子~太惹人疼了!!!
PS: 150磅!!!几乎两个Ulf了!!!

【在 a*****8 的大作中提到】
: 没有,还是老样子,150上下浮动。
avatar
j*7
15
结果:732506
public static void main(String[] args) {
// TODO Auto-generated method stub
File file = new File("triangle.txt");
try
{
BufferedReader in = new BufferedReader(new FileReader(file));
String line;

List list=new ArrayList();

while ((line = in.readLine()) != null) {

String [] temp=line.split("[ ]");
int [] a=new int [temp.length];
for(int i=0;i{
a[i]=Integer.parseInt(temp[i]);
}
list.add(a);

}
for(int i=list.size()-2;i>=0;i--)
{
int [] current=list.get(i);
int [] prev=list.get(i+1);
for(int j=0;j{
if(prev[j]>prev[j+1])
{
current[j]+=prev[j];
}
else
{
current[j]+=prev[j+1];
}

}
}
System.out.println(list.get(0)[0]);
in.close();
}catch(IOException e )
{

}
}
avatar
f*n
16
叼着个球都这么威武啊
avatar
e*s
17
Leetcode有啊
avatar
a*t
18
v5的屁屁
你们俩拔河拔得过他么???好奇ing
avatar
h*0
19
not find out the second with google, would you help

【在 A*****i 的大作中提到】
: 别想了,前年我就做对了,依然没拿到面试
: 除非第二个杂技团的游戏也解出来
: 这个题典型的DP

avatar
a*8
20
都是我在和屁屁拔,拔的过,不过感觉快要拔不动了.

【在 a********t 的大作中提到】
: v5的屁屁
: 你们俩拔河拔得过他么???好奇ing

avatar
l*i
21
I did triangle 3 years ago and immediately got an email from them. Sadly
they do not hire interns ...
The answer to triangle can be found in yahoo answer.
avatar
m*f
22
wa~~150, 一看就是个乖狗狗

【在 a*****8 的大作中提到】
: 没有,还是老样子,150上下浮动。
avatar
t*g
23
屁屁这个体积就是狗界奥尼尔啊
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。