Sort 38 Discussions, By:

Sorry, you do not have a permission to answer to this question.

  • facug91 9 years ago + 2 comments

    We can pass through a node belonging to K many times, to make the order better? For example: 2 -> 4, 4 -> 3, 3 -> 4, and you have to visit all of them. The answer could be 2 3 4, but to be able to go to 3 from 2, I passed through 4.

    Add Reply Preview cancel

    Sorry, you do not have a permission to answer to this question.

    • nikasvanidze Challenge Author 9 years ago + 0 comments

      Yes

      Add Reply Preview cancel

      Sorry, you do not have a permission to answer to this question.

      • SzaboMate 9 years ago + 1 comment

        I don't think that was the problemsetter's intention, but yes, testcase1 makes it clear, that's what he accidentally did.

        Add Reply Preview cancel

        Sorry, you do not have a permission to answer to this question.

        • nikasvanidze Challenge Author 9 years ago + 1 comment

          I'm problemsetter.

          Add Reply Preview cancel

          Sorry, you do not have a permission to answer to this question.

          • thexharbinger 9 years ago + 0 comments

            Submission status "processing" since last one hour. Look into it.

            Add Reply Preview cancel

            Sorry, you do not have a permission to answer to this question.

      • ilink 9 years ago + 1 comment

        What is Compile Time Error? One of my submission is in processing for over 15 mins when I am posting this. Is this a problem of compiler?

        Add Reply Preview cancel

        Sorry, you do not have a permission to answer to this question.

        • Shafaet 9 years ago + 0 comments

          The judge isn't working, it will be fixed soon.

          Add Reply Preview cancel

          Sorry, you do not have a permission to answer to this question.

        • Indra007 9 years ago + 1 comment

          My submission's status is processing for more than 10 minutes. Please see this issue.

          Add Reply Preview cancel

          Sorry, you do not have a permission to answer to this question.

          • Shafaet 9 years ago + 1 comment

            The judge isn't working, it will be fixed soon.

            Add Reply Preview cancel

            Sorry, you do not have a permission to answer to this question.

            • pengbin 9 years ago + 0 comments

              please extend the time we miss

              Add Reply Preview cancel

              Sorry, you do not have a permission to answer to this question.

          • sanchit_h 9 years ago + 1 comment

            It seems that the judge is stalled. I submitted a solution 4 minutes ago and it still hasn't started to run.

            Add Reply Preview cancel

            Sorry, you do not have a permission to answer to this question.

            • shakil_austcse27 9 years ago + 0 comments

              Same to me also

              Add Reply Preview cancel

              Sorry, you do not have a permission to answer to this question.

            • dmadisetti 9 years ago + 2 comments

              For the test 1 of case 2 (N,M,K = 4,5,3) shouldn't the result be 1,3,2 instead of 1,2,3? The edges are directed right?

              Add Reply Preview cancel

              Sorry, you do not have a permission to answer to this question.

              • dmadisetti 9 years ago + 0 comments

                Ahh. Cycles.

                Add Reply Preview cancel

                Sorry, you do not have a permission to answer to this question.

                • shivang_doshi 9 years ago + 1 comment

                  How does cycles matter? since it's directed, best route would be from 1>3>2. Also, 2>3 does not exists! Am I missing something?

                  Add Reply Preview cancel

                  Sorry, you do not have a permission to answer to this question.

                  • shivang_doshi 9 years ago + 0 comments

                    Ahh. Cycles.

                    Add Reply Preview cancel

                    Sorry, you do not have a permission to answer to this question.

                1. Challenge Walkthrough
                  Let's walk through this sample challenge and explore the features of the code editor.1 of 6
                2. Review the problem statement
                  Each challenge has a problem statement that includes sample inputs and outputs. Some challenges include additional information to help you out.2 of 6
                3. Choose a language
                  Select the language you wish to use to solve this challenge.3 of 6
                4. Enter your code
                  Code your solution in our custom editor or code in your own environment and upload your solution as a file.4 of 6
                5. Test your code
                  You can compile your code and test it for errors and accuracy before submitting.5 of 6
                6. Submit to see results
                  When you're ready, submit your solution! Remember, you can go back and refine your code anytime.6 of 6
                1. Check your score