sys stdin readline
print 'Got this" "%s"' % raw_input() import sys data = sys.stdin.readline()[:-1] print 'Output:', data, int(data) * 2