79456620

Date: 2025-02-21 07:35:17
Score: 2
Natty:
Report link

You can refer this code: https://github.com/latifahkagamecohort/mhl_tree/blob/8cc6898fe593e45e69f8999cec248f43648c1549/add.c

Which is using function like this to sum 10 numbers:

int sum (int a,int b,int c,int d,int e,int f,int g,int h,int i,int j)
{
    return a+b+c+d+e+f+g+h+i+j;
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AmitJhaIITBHU