Solution (Raw Text)

import re
print(sum([int(x) for x in re.sub(r'[\(\)\+]', '', input()).split()]))

Problem Statement

The document could not be loaded, sorry for the inconvenience.