Блог пользователя AReduan

Автор AReduan, история, 23 месяца назад, По-английски

Hi there I'm facing problem with python modules.Like when I try to find gcd or lcm using math module, it shows me runtime error. So what are those things that I can't perform in competitiveprogramming with python?

Rules or blog references please.

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
23 месяца назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

math.lcm got added in Python 3.9. The current version of Python up on Codeforces is 3.8.10.