79220247

Date: 2024-11-24 14:12:34
Score: 2
Natty:
Report link
def f(arr:List[Int]):Int = {
var c = 0;
for(i <- arr) c+=1
c
}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lalit Patil