79571153

Date: 2025-04-13 02:49:49
Score: 1
Natty:
Report link
int highNum = 0;
int list[4] = {10, 4, 7, 8};
    for (int m = 0 ; m < list.size() ; m++)
    {
        if (list[m] > highNum)
            highNum = list[m];
    }
cout << highNum;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: sai raam