I'm doing a coding challenge and every time I submit I get a the wrong answer with a "No response on stdout" Do you know what I can do? Here is the link to the problem: https://www.hackerrank.com/challenges/counting-valleys/problem?h_l=interview&playlist_slugs%5B%5D=interview-preparation-kit&playlist_slugs%5B%5D=warmup
- 积分
0 - 话题
0 - 评论
3198 - 注册排名
2360
You are probably returning the value instead of using the
print()
function. The problem specification says that you have to print it.