Contact Us

You can contact us by filling the form give in sidebar or you can contact us on Facebook, YouTube and Twitter we will reply you as soon as possible.

Also you can join our Telegram on this platform you can contact us about the problem of quiz assignments.

3 Comments

  1. This comment has been removed by the author.

    ReplyDelete
    Replies
    1. You are given a 3x3 matrix of positive integers. You have to
      determine whether some row is a positive integer multiple of
      another.

      If row i is an integer multiple of row j, then you have
      to output
      p#q where p is the minimum of (i,j) and q is the maximum of (i,j).

      If there are multiple possibilities for i and j, you have to print for the
      smallest i and the smallest j.


      Otherwise, you have to output
      0#0

      Delete
Post a Comment