fork(2) download
  1. A = int(raw_input())
  2. if A < 0:
  3. A = -A
  4. print A
  5.  
Success #stdin #stdout 0.01s 7856KB
stdin
3
stdout
3