由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - leetcode 上通不过
相关主题
这段代码在leetcode上面跑不了??leetcode出新题啦
Leetcode Copy List with Random Pointer Runtime Error?leetcode 3sum runtime 一問
Wildcard Matching题求助leetcode pow runtime error??
LeetCode 新题 graph clone关于leetcode的combinationSum题
LeetCode:Partition List 哪位帮我看看, 为什么总是TLEleetcode: largest rectangle in histogram求帮助
Leetcode word ladder 求助!Leetcode 最新题, 搞不懂
新题gas station,献丑了,没过一个case,帮看看到底我这个题leetcode 的add binary解法错在哪了??
在leetcode上通不过 在自己电脑上可以运行 请大牛指教leetcode Parlindrome Partition run time error
相关话题的讨论汇总
话题: 通不过话题: leetcode话题: ide话题: eclipse
进入JobHunting版参与讨论
1 (共1页)
c********p
发帖数: 1969
1
可是在我自己ide上没问题
测试一样的内容。。。
怎么回事阿。。。
太神奇了。。。
H**r
发帖数: 10015
2
你用的啥子ide
c********p
发帖数: 1969
3
eclipse

【在 H**r 的大作中提到】
: 你用的啥子ide
r**h
发帖数: 1288
4
是什么错误?
runtime? TLE? MLE? compile?

【在 c********p 的大作中提到】
: 可是在我自己ide上没问题
: 测试一样的内容。。。
: 怎么回事阿。。。
: 太神奇了。。。

c********p
发帖数: 1969
5
就是结果不对。
count的数多了很多。。。
可是我在eclipse上和答案一样阿。。。
代码已站内发你了。。。

【在 r**h 的大作中提到】
: 是什么错误?
: runtime? TLE? MLE? compile?

r**h
发帖数: 1288
6
我没收到代码呀

【在 c********p 的大作中提到】
: 就是结果不对。
: count的数多了很多。。。
: 可是我在eclipse上和答案一样阿。。。
: 代码已站内发你了。。。

c********p
发帖数: 1969
7
。。。。我发了。。。。
不过。。。我现在搞懂了。。。
谢谢了哦!

【在 r**h 的大作中提到】
: 我没收到代码呀
g***j
发帖数: 1275
8
什么原因,我们一起学习一下

【在 c********p 的大作中提到】
: 。。。。我发了。。。。
: 不过。。。我现在搞懂了。。。
: 谢谢了哦!

s*********t
发帖数: 52
9
谨慎估计你添加新的类变量了

【在 c********p 的大作中提到】
: 可是在我自己ide上没问题
: 测试一样的内容。。。
: 怎么回事阿。。。
: 太神奇了。。。

c********p
发帖数: 1969
10
use a data member.
and the result are accumulated...

【在 g***j 的大作中提到】
: 什么原因,我们一起学习一下
相关主题
Leetcode word ladder 求助!leetcode出新题啦
新题gas station,献丑了,没过一个case,帮看看leetcode 3sum runtime 一問
在leetcode上通不过 在自己电脑上可以运行 请大牛指教leetcode pow runtime error??
进入JobHunting版参与讨论
c********p
发帖数: 1969
11
yes. that's the problem.
and i initialized it to 0 in the function and here we go.

【在 s*********t 的大作中提到】
: 谨慎估计你添加新的类变量了
c********p
发帖数: 1969
12
可是在我自己ide上没问题
测试一样的内容。。。
怎么回事阿。。。
太神奇了。。。
H**r
发帖数: 10015
13
你用的啥子ide
c********p
发帖数: 1969
14
eclipse

【在 H**r 的大作中提到】
: 你用的啥子ide
r**h
发帖数: 1288
15
是什么错误?
runtime? TLE? MLE? compile?

【在 c********p 的大作中提到】
: 可是在我自己ide上没问题
: 测试一样的内容。。。
: 怎么回事阿。。。
: 太神奇了。。。

c********p
发帖数: 1969
16
就是结果不对。
count的数多了很多。。。
可是我在eclipse上和答案一样阿。。。
代码已站内发你了。。。

【在 r**h 的大作中提到】
: 是什么错误?
: runtime? TLE? MLE? compile?

r**h
发帖数: 1288
17
我没收到代码呀

【在 c********p 的大作中提到】
: 就是结果不对。
: count的数多了很多。。。
: 可是我在eclipse上和答案一样阿。。。
: 代码已站内发你了。。。

c********p
发帖数: 1969
18
。。。。我发了。。。。
不过。。。我现在搞懂了。。。
谢谢了哦!

【在 r**h 的大作中提到】
: 我没收到代码呀
g***j
发帖数: 1275
19
什么原因,我们一起学习一下

【在 c********p 的大作中提到】
: 。。。。我发了。。。。
: 不过。。。我现在搞懂了。。。
: 谢谢了哦!

s*********t
发帖数: 52
20
谨慎估计你添加新的类变量了

【在 c********p 的大作中提到】
: 可是在我自己ide上没问题
: 测试一样的内容。。。
: 怎么回事阿。。。
: 太神奇了。。。

相关主题
关于leetcode的combinationSum题到底我这个题leetcode 的add binary解法错在哪了??
leetcode: largest rectangle in histogram求帮助leetcode Parlindrome Partition run time error
Leetcode 最新题, 搞不懂Search for a Range - leetcode
进入JobHunting版参与讨论
c********p
发帖数: 1969
21
use a data member.
and the result are accumulated...

【在 g***j 的大作中提到】
: 什么原因,我们一起学习一下
c********p
发帖数: 1969
22
yes. that's the problem.
and i initialized it to 0 in the function and here we go.

【在 s*********t 的大作中提到】
: 谨慎估计你添加新的类变量了
d*****1
发帖数: 263
23
同样的问题。
你怎么解决的?
i**********e
发帖数: 1145
24
这个comment 每道题目都有,没人注意到吗?
// IMPORTANT: Please reset any member data you declared, as
// the same Solution instance will be reused for each test case.

【在 c********p 的大作中提到】
: 可是在我自己ide上没问题
: 测试一样的内容。。。
: 怎么回事阿。。。
: 太神奇了。。。

t**********h
发帖数: 2273
25
哈哈,大牛费心了

【在 i**********e 的大作中提到】
: 这个comment 每道题目都有,没人注意到吗?
: // IMPORTANT: Please reset any member data you declared, as
: // the same Solution instance will be reused for each test case.

m**p
发帖数: 189
26
大牛,您常来啊。献一首歌给您:
没有你
代码寸步难行
我困在原地
任回忆凝集
忧伤反复纠缠
我无法躲闪
心中有个声音
总在呼喊
1337, 你快回来
我一人不会做题
1337, 你快回来
做题因你而精彩
1337, 你快回来
把你的解法带回来
别让我的心空如大海

【在 i**********e 的大作中提到】
: 这个comment 每道题目都有,没人注意到吗?
: // IMPORTANT: Please reset any member data you declared, as
: // the same Solution instance will be reused for each test case.

1 (共1页)
进入JobHunting版参与讨论
相关主题
leetcode Parlindrome Partition run time errorLeetCode:Partition List 哪位帮我看看, 为什么总是TLE
Search for a Range - leetcodeLeetcode word ladder 求助!
leetcode彻底挂了么新题gas station,献丑了,没过一个case,帮看看
看到Leetcode改版了在leetcode上通不过 在自己电脑上可以运行 请大牛指教
这段代码在leetcode上面跑不了??leetcode出新题啦
Leetcode Copy List with Random Pointer Runtime Error?leetcode 3sum runtime 一問
Wildcard Matching题求助leetcode pow runtime error??
LeetCode 新题 graph clone关于leetcode的combinationSum题
相关话题的讨论汇总
话题: 通不过话题: leetcode话题: ide话题: eclipse