Sort 15 Discussions, By:

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

  • kreddyio 10 years ago + 1 comment

    Hi, I'd like to know what NaNs (additional) means as they've not been finished by my code but the first 7 test cases were done successfully.

    Add Reply Preview cancel

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

    • najain 10 years ago + 0 comments

      Seems like the test cases are not defined (aside from the first 7). My program passed the first 7 cases and I received a score of 100. I don't think you have to worry. If your code is passing the first 7 cases, you should be fine. :)

      Add Reply Preview cancel

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

    • name_user 10 years ago + 3 comments

      Hi

      I am getting correct answers for all test cases except TC#1, TC#3, and TC#10. Can anyone please tell me what I might be missing here?

      Add Reply Preview cancel

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

      • ygretharekar 10 years ago + 0 comments

        I am also getting the same result

        Add Reply Preview cancel

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

        • saurabhsshukla 10 years ago + 0 comments

          I am also getting same status. Any idea what the test cases are?

          Add Reply Preview cancel

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

          • Chirag0037 10 years ago + 0 comments

            I am also getting same the test case failure.

            Add Reply Preview cancel

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

          • chinmay91 10 years ago + 1 comment

            There seems to have problem with test cases or compiler. I have done my stuffs in C and when using scanf I get two failed out of 15-16 test cases where as if I use str[0] = 0 before scanf sometimes my program gets tested with 15-16 cases and same result and sometimes with just 10 test cases and all accepted. Can someone explain me this?

            Add Reply Preview cancel

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

            • ajboss 10 years ago + 0 comments

              no its working perfect..my code passed all the test case and i used c

              Add Reply Preview cancel

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

            • abhichak95 10 years ago + 1 comment

              Hey guys, I'm getting WA for TC #11 & #14 only :( Any suggestions?

              Add Reply Preview cancel

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

              • mjmanav4 10 years ago + 1 comment

                same here

                Add Reply Preview cancel

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

                • abhi78 10 years ago + 1 comment

                  same here ,don't know why

                  Add Reply Preview cancel

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

                  • singhal_surbhi07 10 years ago + 0 comments

                    same here.. did you guys found out what was issue with those test cases

                    Add Reply Preview cancel

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

              • sim_astro 10 years ago + 0 comments

                There is some wrong with testcases, my code pass all testcases upto 7 and got 100 points.

                But my code didn't pass my custom testcase ie aadaca whose correct answer should be 4, but when corrected the code, two testcase fails :(

                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