fork download
  1. #1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. a = 1
  20. b = 2
  21. c = 3
  22. d = 4
  23. e = 5
  24. f = 6
  25. g = 7
  26. a = 2
  27. h = 9
  28. i = 8
  29. j = 7
  30. k = 6
  31. l = 5
  32. m = 4
  33. n = 3
  34. o = 2
  35. p = 1
  36. print(a)
Success #stdin #stdout 0.13s 14180KB
stdin
Standard input is empty
stdout
2