AtCoder Atcode link AtCoder seems to be a programming contest, Therefore A-Welcome to AtCoder for the first time I tried.
Somehow, it's no good when it comes to aptness. Memory saving! !! !! !! !! !! You don't have to worry about it because you don't usually need to be aware of it more than necessary. However, it seems that I am very familiar with the language specifications. And it's fun to solve the problem. I think it's just right because you can learn useful techniques that you don't know unexpectedly. Also, how to receive program input is a bit confusing, but you'll get used to it.
By the way, my code for the exercise is like this.
python
print "%d %s" % (input() + sum(map(int, raw_input().split())), raw_input())
Recommended Posts