79234654

Date: 2024-11-28 16:23:37
Score: 0.5
Natty:
Report link

In your code, x is always a Long

When you run (x / y), it tries to invoke x as a function, but you can't cast a Long to a function.

What you are trying to do is (/ x y)

About sum, as you didn't share the implementation, I can only guess: probably (sum vec_foo) works.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: souenzzo