fork download
  1. s = 1 + 49 + 10 + 1 + 7 + 16
  2. s1 = 1 ^ 49 ^ 10 ^ 1 ^ 7 ^ 16
  3.  
  4. print(s, s1)
Success #stdin #stdout 0.09s 14192KB
stdin
Standard input is empty
stdout
84 44