fork download
  1. x=int(10)
  2. a=x//10
  3. b=x%10
  4. s=a+b
  5. print(s)
Success #stdin #stdout 0.04s 9348KB
stdin
Standard input is empty
stdout
1