Ad
  • Custom User Avatar

    the answer is inconsistent with the question

  • Custom User Avatar

    ??????

    Expected
    : "...nnn-RRRRRR-..."

    to equal |
    : "...nnn-Rrrrrr-..."

  • Default User Avatar

    ERROR:

    unsigned int example2[9][9] = {{45, 0, 0, 0, 0, 0, 0, 0, 0},
    {0, 0, 0, 45,0, 0, 0, 0, 0},
    {0, 0, 0, 0, 0, 0, 45, 0, 0},
    {0, 45, 0, 0, 0, 0, 0, 0, 0},
    {0, 0, 0, 0, 45, 0, 0, 0, 0},
    {0, 0, 0, 0, 0, 0, 0, 45,0},
    {0, 0, 45, 0, 0, 0, 0, 0, 0},
    {0, 0, 0, 0, 0, 45,0, 0, 0},
    {0, 0, 0, 0, 0, 0, 0, 0, 45},};