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