← Back to List

14655번: 욱제는 도박쟁이야!! ↗

Solutions

Python 3
65 B | 65 chars
input()
print(sum([abs(i) for i in map(int, input().split())])*2)