I don't know why is it showing runtime error if I import lcm from math module in Python. Please someone tell me what exactly the problem is! My code is correct and if I comment the importing part it gets accepted. Problem Link-[https://codeforces.net/contest/1800/problem/A]
Your code has been accepted in pypy 3.9.10 version because lcm function isn't included in pypy 3.6.9 version , so use the new pypy3 version instead.
Thankyou so much.
u poop
moonpie24 wrote that message