Traceback (most recent call last):
  File "/app/code.py", line 12, in <module>
    a,b,c,d=map(int, input().split(" "))
    ^^^^^^^
ValueError: not enough values to unpack (expected 4, got 2)