9sums - a logical deduction puzzle











up vote
6
down vote

favorite












Each set of minuses contains an integer in the range [1,5]. The given numbers are the sum of the surrounding 4 numbers.





--- --- --- ---
13 14 11
--- --- --- ---
11 10 13
--- --- --- ---
11 9 14
--- --- --- ---



Can you solve the grid?










share|improve this question






















  • Are there any rules on number of uses of each integer or using the same integer per row/column?
    – AHKieran
    17 hours ago










  • @AHKieran; not yet!
    – JonMark Perry
    16 hours ago















up vote
6
down vote

favorite












Each set of minuses contains an integer in the range [1,5]. The given numbers are the sum of the surrounding 4 numbers.





--- --- --- ---
13 14 11
--- --- --- ---
11 10 13
--- --- --- ---
11 9 14
--- --- --- ---



Can you solve the grid?










share|improve this question






















  • Are there any rules on number of uses of each integer or using the same integer per row/column?
    – AHKieran
    17 hours ago










  • @AHKieran; not yet!
    – JonMark Perry
    16 hours ago













up vote
6
down vote

favorite









up vote
6
down vote

favorite











Each set of minuses contains an integer in the range [1,5]. The given numbers are the sum of the surrounding 4 numbers.





--- --- --- ---
13 14 11
--- --- --- ---
11 10 13
--- --- --- ---
11 9 14
--- --- --- ---



Can you solve the grid?










share|improve this question













Each set of minuses contains an integer in the range [1,5]. The given numbers are the sum of the surrounding 4 numbers.





--- --- --- ---
13 14 11
--- --- --- ---
11 10 13
--- --- --- ---
11 9 14
--- --- --- ---



Can you solve the grid?







mathematics logical-deduction calculation-puzzle






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 17 hours ago









JonMark Perry

16.9k63281




16.9k63281












  • Are there any rules on number of uses of each integer or using the same integer per row/column?
    – AHKieran
    17 hours ago










  • @AHKieran; not yet!
    – JonMark Perry
    16 hours ago


















  • Are there any rules on number of uses of each integer or using the same integer per row/column?
    – AHKieran
    17 hours ago










  • @AHKieran; not yet!
    – JonMark Perry
    16 hours ago
















Are there any rules on number of uses of each integer or using the same integer per row/column?
– AHKieran
17 hours ago




Are there any rules on number of uses of each integer or using the same integer per row/column?
– AHKieran
17 hours ago












@AHKieran; not yet!
– JonMark Perry
16 hours ago




@AHKieran; not yet!
– JonMark Perry
16 hours ago










6 Answers
6






active

oldest

votes

















up vote
7
down vote



accepted













2 5    3    1
  13  14  11
3      3      3      4
  11     10     13
4      1      3      3
  11     9     14
5      1      4      4






share|improve this answer



















  • 1




    Well done! I edited the answer to make it a little more readable.
    – Christoph
    16 hours ago


















up vote
3
down vote













My answer:




Not sure how to format this, but from left to right, then top to bottom, the numbers would be:

2, 5, 5, 1

5, 1, 3, 2

2, 3, 3, 5

5, 1, 2, 4







share|improve this answer





















  • from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
    – AHKieran
    16 hours ago


















up vote
3
down vote













Its has many solutons, just need to start somewhere




3      3      3       1

   13     14    11

2      5      3       4

   11     10     13

2      1      1       5

   11     9     14

5      3      4       4







share|improve this answer




























    up vote
    2
    down vote














    Also this grid is a solution :


    2 4 5 2

    3 4 1 3

    3 1 4 5

    4 3 1 4







    share|improve this answer










    New contributor




    richard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.


















    • Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup >!.
      – u_ndefined
      15 hours ago


















    up vote
    1
    down vote













    This was fun!




    For my solution, I started in the four corners and worked my way inwards, ignoring the 1-5 constraint. When I had completed the grid without constraints, I again started in the corners to adjust numbers to fit the constraints until all constraints were satisfied.



    -3- -4- -4- -1-
    13 14 11
    -1- -5- -1- -5-
    11 10 13
    -3- -2- -2- -5-
    11 9 14
    -5- -1- -4- -3-






    share|improve this answer








    New contributor




    Marv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

























      up vote
      -1
      down vote













      Here is my solution in excel:




      ! solution



      ! If you want to solve it by yourself, here is file 9sum.xlsx.







      share|improve this answer










      New contributor




      cluster_master is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.


















      • Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
        – Christoph
        14 hours ago






      • 2




        What you could do is take a screenshot of your excel and upload it as an answer
        – AHKieran
        14 hours ago










      • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
        – gabbo1092
        12 hours ago











      Your Answer





      StackExchange.ifUsing("editor", function () {
      return StackExchange.using("mathjaxEditing", function () {
      StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
      StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
      });
      });
      }, "mathjax-editing");

      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "559"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      convertImagesToLinks: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      noCode: true, onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f76314%2f9sums-a-logical-deduction-puzzle%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      6 Answers
      6






      active

      oldest

      votes








      6 Answers
      6






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      7
      down vote



      accepted













      2 5    3    1
        13  14  11
      3      3      3      4
        11     10     13
      4      1      3      3
        11     9     14
      5      1      4      4






      share|improve this answer



















      • 1




        Well done! I edited the answer to make it a little more readable.
        – Christoph
        16 hours ago















      up vote
      7
      down vote



      accepted













      2 5    3    1
        13  14  11
      3      3      3      4
        11     10     13
      4      1      3      3
        11     9     14
      5      1      4      4






      share|improve this answer



















      • 1




        Well done! I edited the answer to make it a little more readable.
        – Christoph
        16 hours ago













      up vote
      7
      down vote



      accepted







      up vote
      7
      down vote



      accepted









      2 5    3    1
        13  14  11
      3      3      3      4
        11     10     13
      4      1      3      3
        11     9     14
      5      1      4      4






      share|improve this answer

















      2 5    3    1
        13  14  11
      3      3      3      4
        11     10     13
      4      1      3      3
        11     9     14
      5      1      4      4







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited 16 hours ago









      Christoph

      3,3261426




      3,3261426










      answered 16 hours ago









      Alex

      963




      963








      • 1




        Well done! I edited the answer to make it a little more readable.
        – Christoph
        16 hours ago














      • 1




        Well done! I edited the answer to make it a little more readable.
        – Christoph
        16 hours ago








      1




      1




      Well done! I edited the answer to make it a little more readable.
      – Christoph
      16 hours ago




      Well done! I edited the answer to make it a little more readable.
      – Christoph
      16 hours ago










      up vote
      3
      down vote













      My answer:




      Not sure how to format this, but from left to right, then top to bottom, the numbers would be:

      2, 5, 5, 1

      5, 1, 3, 2

      2, 3, 3, 5

      5, 1, 2, 4







      share|improve this answer





















      • from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
        – AHKieran
        16 hours ago















      up vote
      3
      down vote













      My answer:




      Not sure how to format this, but from left to right, then top to bottom, the numbers would be:

      2, 5, 5, 1

      5, 1, 3, 2

      2, 3, 3, 5

      5, 1, 2, 4







      share|improve this answer





















      • from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
        – AHKieran
        16 hours ago













      up vote
      3
      down vote










      up vote
      3
      down vote









      My answer:




      Not sure how to format this, but from left to right, then top to bottom, the numbers would be:

      2, 5, 5, 1

      5, 1, 3, 2

      2, 3, 3, 5

      5, 1, 2, 4







      share|improve this answer












      My answer:




      Not sure how to format this, but from left to right, then top to bottom, the numbers would be:

      2, 5, 5, 1

      5, 1, 3, 2

      2, 3, 3, 5

      5, 1, 2, 4








      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered 16 hours ago









      AHKieran

      4,121636




      4,121636












      • from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
        – AHKieran
        16 hours ago


















      • from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
        – AHKieran
        16 hours ago
















      from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
      – AHKieran
      16 hours ago




      from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
      – AHKieran
      16 hours ago










      up vote
      3
      down vote













      Its has many solutons, just need to start somewhere




      3      3      3       1

         13     14    11

      2      5      3       4

         11     10     13

      2      1      1       5

         11     9     14

      5      3      4       4







      share|improve this answer

























        up vote
        3
        down vote













        Its has many solutons, just need to start somewhere




        3      3      3       1

           13     14    11

        2      5      3       4

           11     10     13

        2      1      1       5

           11     9     14

        5      3      4       4







        share|improve this answer























          up vote
          3
          down vote










          up vote
          3
          down vote









          Its has many solutons, just need to start somewhere




          3      3      3       1

             13     14    11

          2      5      3       4

             11     10     13

          2      1      1       5

             11     9     14

          5      3      4       4







          share|improve this answer












          Its has many solutons, just need to start somewhere




          3      3      3       1

             13     14    11

          2      5      3       4

             11     10     13

          2      1      1       5

             11     9     14

          5      3      4       4








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 16 hours ago









          Naeem Shaikh

          829410




          829410






















              up vote
              2
              down vote














              Also this grid is a solution :


              2 4 5 2

              3 4 1 3

              3 1 4 5

              4 3 1 4







              share|improve this answer










              New contributor




              richard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.


















              • Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup >!.
                – u_ndefined
                15 hours ago















              up vote
              2
              down vote














              Also this grid is a solution :


              2 4 5 2

              3 4 1 3

              3 1 4 5

              4 3 1 4







              share|improve this answer










              New contributor




              richard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.


















              • Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup >!.
                – u_ndefined
                15 hours ago













              up vote
              2
              down vote










              up vote
              2
              down vote










              Also this grid is a solution :


              2 4 5 2

              3 4 1 3

              3 1 4 5

              4 3 1 4







              share|improve this answer










              New contributor




              richard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.










              Also this grid is a solution :


              2 4 5 2

              3 4 1 3

              3 1 4 5

              4 3 1 4








              share|improve this answer










              New contributor




              richard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.









              share|improve this answer



              share|improve this answer








              edited 15 hours ago









              u_ndefined

              2,628436




              2,628436






              New contributor




              richard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.









              answered 16 hours ago









              richard

              211




              211




              New contributor




              richard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.





              New contributor





              richard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






              richard is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.












              • Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup >!.
                – u_ndefined
                15 hours ago


















              • Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup >!.
                – u_ndefined
                15 hours ago
















              Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup >!.
              – u_ndefined
              15 hours ago




              Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup >!.
              – u_ndefined
              15 hours ago










              up vote
              1
              down vote













              This was fun!




              For my solution, I started in the four corners and worked my way inwards, ignoring the 1-5 constraint. When I had completed the grid without constraints, I again started in the corners to adjust numbers to fit the constraints until all constraints were satisfied.



              -3- -4- -4- -1-
              13 14 11
              -1- -5- -1- -5-
              11 10 13
              -3- -2- -2- -5-
              11 9 14
              -5- -1- -4- -3-






              share|improve this answer








              New contributor




              Marv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






















                up vote
                1
                down vote













                This was fun!




                For my solution, I started in the four corners and worked my way inwards, ignoring the 1-5 constraint. When I had completed the grid without constraints, I again started in the corners to adjust numbers to fit the constraints until all constraints were satisfied.



                -3- -4- -4- -1-
                13 14 11
                -1- -5- -1- -5-
                11 10 13
                -3- -2- -2- -5-
                11 9 14
                -5- -1- -4- -3-






                share|improve this answer








                New contributor




                Marv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.




















                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  This was fun!




                  For my solution, I started in the four corners and worked my way inwards, ignoring the 1-5 constraint. When I had completed the grid without constraints, I again started in the corners to adjust numbers to fit the constraints until all constraints were satisfied.



                  -3- -4- -4- -1-
                  13 14 11
                  -1- -5- -1- -5-
                  11 10 13
                  -3- -2- -2- -5-
                  11 9 14
                  -5- -1- -4- -3-






                  share|improve this answer








                  New contributor




                  Marv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  This was fun!




                  For my solution, I started in the four corners and worked my way inwards, ignoring the 1-5 constraint. When I had completed the grid without constraints, I again started in the corners to adjust numbers to fit the constraints until all constraints were satisfied.



                  -3- -4- -4- -1-
                  13 14 11
                  -1- -5- -1- -5-
                  11 10 13
                  -3- -2- -2- -5-
                  11 9 14
                  -5- -1- -4- -3-







                  share|improve this answer








                  New contributor




                  Marv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  Marv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered 13 hours ago









                  Marv

                  1134




                  1134




                  New contributor




                  Marv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Marv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Marv is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






















                      up vote
                      -1
                      down vote













                      Here is my solution in excel:




                      ! solution



                      ! If you want to solve it by yourself, here is file 9sum.xlsx.







                      share|improve this answer










                      New contributor




                      cluster_master is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.


















                      • Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
                        – Christoph
                        14 hours ago






                      • 2




                        What you could do is take a screenshot of your excel and upload it as an answer
                        – AHKieran
                        14 hours ago










                      • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
                        – gabbo1092
                        12 hours ago















                      up vote
                      -1
                      down vote













                      Here is my solution in excel:




                      ! solution



                      ! If you want to solve it by yourself, here is file 9sum.xlsx.







                      share|improve this answer










                      New contributor




                      cluster_master is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.


















                      • Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
                        – Christoph
                        14 hours ago






                      • 2




                        What you could do is take a screenshot of your excel and upload it as an answer
                        – AHKieran
                        14 hours ago










                      • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
                        – gabbo1092
                        12 hours ago













                      up vote
                      -1
                      down vote










                      up vote
                      -1
                      down vote









                      Here is my solution in excel:




                      ! solution



                      ! If you want to solve it by yourself, here is file 9sum.xlsx.







                      share|improve this answer










                      New contributor




                      cluster_master is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.









                      Here is my solution in excel:




                      ! solution



                      ! If you want to solve it by yourself, here is file 9sum.xlsx.








                      share|improve this answer










                      New contributor




                      cluster_master is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.









                      share|improve this answer



                      share|improve this answer








                      edited 10 hours ago









                      Marv

                      1134




                      1134






                      New contributor




                      cluster_master is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.









                      answered 15 hours ago









                      cluster_master

                      112




                      112




                      New contributor




                      cluster_master is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.





                      New contributor





                      cluster_master is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.






                      cluster_master is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.












                      • Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
                        – Christoph
                        14 hours ago






                      • 2




                        What you could do is take a screenshot of your excel and upload it as an answer
                        – AHKieran
                        14 hours ago










                      • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
                        – gabbo1092
                        12 hours ago


















                      • Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
                        – Christoph
                        14 hours ago






                      • 2




                        What you could do is take a screenshot of your excel and upload it as an answer
                        – AHKieran
                        14 hours ago










                      • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
                        – gabbo1092
                        12 hours ago
















                      Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
                      – Christoph
                      14 hours ago




                      Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
                      – Christoph
                      14 hours ago




                      2




                      2




                      What you could do is take a screenshot of your excel and upload it as an answer
                      – AHKieran
                      14 hours ago




                      What you could do is take a screenshot of your excel and upload it as an answer
                      – AHKieran
                      14 hours ago












                      While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
                      – gabbo1092
                      12 hours ago




                      While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
                      – gabbo1092
                      12 hours ago


















                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Puzzling Stack Exchange!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      Use MathJax to format equations. MathJax reference.


                      To learn more, see our tips on writing great answers.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f76314%2f9sums-a-logical-deduction-puzzle%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Quarter-circle Tiles

                      build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                      Mont Emei