The best VPN 2024

The Best VPS 2024

The Best C# Book

Codathon – Inter NIT Coding Contest 2018

13. How does the total memory consumed work?

Errors during runtime: Specific test cases check for Runtime Errors (RE) only.

Yes, you can edit and submit the solution to a question (that you can view and edit) any number of times before the challenge-completion time window closes.

All inputs for the programming problems are from STDIN and output to STDOUT….

The languages that you can write code in will be mentioned in the challenge details, if applicable.

18. My submissions are not evaluated. What should I do?

When you click Submit, the code is checked extensively against internal test cases. The following parameters are considered while checking the code:

• Engineering and community Internship opportunities at HackerEarth*

Your code is tested multiple times against different input files. The displayed execution time is the total time spent executing each input file. Hence, Total execution time = (Time Limit * Number of input files)

To understand more about the judging environment, time limits, etc. you can read information about theHackerEarth judge.

Output files (generated by running your code) do not match the pre-generated output files

Check for arrays that are too large, or other elements that could grow to a size too large to fit in memory.

Some of the reasons being in such cases would be: the runtime errors mentioned above. Or, for instance usage of an external library which is causing some error, or not being used by the judge.

dc6663c

Yes, we recommend that you participate in oursample challenge.

An online judge is a code checker and not a human being. The code checker or judge tests your code automatically. Therefore, you must write your code accordingly.

5th Prize (1,000 ₹): Tanuj Yadav ( NIT Delhi )

You have to be logged in to participate in the challenge.Signup Now

20-01-2018 6:00 PMProblem 6 – The Simple Problem has been added to the contest.

Note: Some tests have timed sections. After the time limit is reached, you will not be able to revisit questions in that section.

Memory limit: The code should run within the give memory size otherwise it will throw a Memory Limit Exceeded (MLE) error.

This error means that your program tried to allocate memory beyond the memory limit indicated.

6th Prize (1,000 ₹): Neelesh Sinha ( NIT Jamshedpur )

However, the timer will continue running, which is why it is advised that you ensure that your computer/Internet connection is working properly before you begin the challenge.

Write code in the online code editor that is provided with each problem and submit it.

The compilation errors that you see on the screen are self-explanatory.

Output files (generated by running your code) matches all the pre-generated output files, however, it is not in the order in which the pre-generated output files are arranged

Can I participate in a sample challenge?

Your program will be marked incorrect in the following cases:

We care about your data privacy and ourPrivacy PolicyandTerms of Servicewill help you understand that you are in control of your data at HackerEarth.

HackerEarths Privacy Policy and Terms of Service

Problem Setters:Nikhil Moghe, Akshay Shrivastava, Bala Sukesh, Shiv Kumar

You will receive a reminder e-mail 3 hours before the challenge begins only if you have registered for the challenge.

Check every single occurrence of accessing an array element and see if it could possibly be out of bounds.

We also recommend that you to viewtheseproblems from the contest that was held last year.

For each problem, based on the specifications mentioned in the problem statement, there will be one or more input files and corresponding (correct) output files. The program that you create is run on each of the input files and the corresponding output must match the (correct) output files in order.

You can submit the solution for a programming problem 300 times per day. For subjective and objective problems, you can change your answer as many times as you want.

A runtime error means that the program was compiled successfully but it crashed or exited with an error. The most common error messages include the following:

There may be an issue with the online judge due to which your submissions are not being evaluated. Send an e-mail .

If the time that is required to execute each input file exceeds the time limit execution that is set for any input file.

Before you attempt programming questions, you should choose a language from the given list.

This challenge enables you to understand how to pa…

19-01-2018 6:00 PMProblem 5 – Burning Bridges has been added to the contest.

17-01-2018 6:20 PMProblem 3 – Engineering Entrance Exam has been opened.

Yes, we recommend that you participate in oursample challenge.

1st Prize (8,000 ₹) : Vikas Kumar ( NIT Jamshedpur )

Ensure that you are using a compiler that complies with the standards.

12. How does the total execution time work?

5. What type of questions will I have to solve in this challenge?

31-01-2018 01:00 AMCODATHON18 was a runaway success with a registration count of over 3500 and a participation count of 3000 to back it up. In this years edition, we were able to attract such great response which speaks volumes of our mettle.

No, Time Limit Exceeded or TLE means that your solution has exceeded the amount of time that is allowed for problem execution or for a specific test case. Your solution never finished running in time and it was stopped in between. There is no definite way to know whether the code was correct.

WA means that your program ran successfully but gave an incorrect answer. This could mean either of the following:

The input file will be of the format that is specified in the problem. This means that if each input file contains multiple test cases, then your code must pass all the test cases within the specified time limit.

Your program must read, process, and output the result for all input files within the specified time limit.

Account Holder Name, Account Number, Bank, Branch, IFSC Code, Mobile Number.

31-01-2018 01:00 AMCODATHON18 was a runaway success with a registration count of over 3500 and a participation count of 3000 to back it up. In this years edition, we w…

18-01-2018 6:00 PMProblem 4 – Training the Joker has been added to the contest.

Maulana Azad National Institute of Technology Bhopal (MANIT), also known as National Institute of Technology, Bhopal (NIT Bhopal), formerly Maulana Azad College of Technology (MACT), is an Institute of National Importance under the NIT Act situated in Bhopal, Madhya Pradesh, India. It is part of the group of publicly funded institutions in India known as National Institute of Technology.

15. Does TLE error mean that my code is correct but slow?

Correct answer: If your answer is incorrect, then you will see the message Wrong Answer (WA) on the screen. This means that your program is not printing he correct answer. Ensure that your program conforms with the output format that is required.

When you click Compile & Run, the is tested against the sample input and output.

However, if you require any more information, please contact us .

b. Visit the challenge page on start date/time

Please note that we will remove this constraint very soon. We will update you when this happens.

However, anyone and everyone can take part in the contest but only students of 31 National Institute of Technology will be eligible for prizes which will be electronically transferred to them after successful verification of their bonafide certificate from the institution.

Please refresh the page to see the time in your system timezone

Your code may throw errors if the inner classes are not static.

Every problem has the following two buttons:

Your submission is queued because of simultaneous submissions by multiple users. You will receive the result of your submission in real-time as soon as it is processed.

For further queries, kindly contact the admin at codathon.

Follow us on Facebook :Chimera, NIT Bhopal

Ensure that you are not using variables that havent been initialized. These may be set to 0 on your computer, but arent guaranteed to be on the judge.

17-01-2018 9:00 PMBonus Problem – Game Of Discs will be added tonight at 10 PM IST.

4. Can we take up the challenges from mobile platforms?

6. Are the programming questions restricted to specific languages?

Ensure that you are not declaring too much stack memory. Any large arrays should be declared globally, outside of any functions – putting an array of 100000 ints inside a function probably will not work.

No. We dont support mobile platform for taking up the challenges. We only suggest our users to participate in the challenges from laptop/desktop.

9. Is it possible to change my submission after I have submitted a task?

It could happen if your program threw an exception which was not caught. Trying to allocate too much memory in a vector.

58b259fa906493bc01bb86fa3721aede451877dc

Ensure that you are not declaring too much memory. 64 MB is guaranteed, but having an array of size [100000][100000] will never work.

For example, you are accessing a[-1] in a language which does not support negative indices for an array.

10. How does the online judge determine whether a solution is correct?

HackerEarths Privacy Policy and Terms of Service

The winners of Codathon- Inter NIT Coding Contest are :

You have not interpreted the problem text correctly

Once the challenge is finished and the problem has been moved to a practice section, you can view the solutions (editorials) in thePracticesection.

For languages such as C/C++, this probably means you forgot to add return 0 at the end of the program.

2. Will I receive a reminder notification before the challenge begins?

This can occur if you declare a very large array, or if a data structure in your program becomes too large.

Congratulations! The prizes will be distributed in the first week of March 2018. Please share the following details with Codathon Winner as subject to codathon.

3. How do I participate in this challenge?

15-01-2018 6:00 PMThe contest is live now !!! Participants are requested not to share the solutions or codes to the problems in a live contest. Any kind of plagiarism will result into disqualification.

We care about your data privacy and ourPrivacy PolicyandTerms of Servicewill help you understand that you are in control of your data at HackerEarth.

Your program has printed too much data to output.

You can view your ranking on the leaderboard for all challenges in which participation is not confidential. This leaderboard is updated in real-time.

In keeping with its motive to provide a plethora of opportunities in the technical domain, ISTE organizes , a coding competition as a part of the MANIT Bhopal Annual Students Conclave CHIMERA annually. Expanding its reach to yet another level, ISTE is proud to announce as an Inter-NIT Online Coding Contest going to be held in the month of January. aims to garner participation from all the 31 NITs, find the brightest coding minds through a one-week rigorous coding challenge and reward the best coders with lucrative prizes.

The questions in this challenge are of the following types:

2nd Prize (5,000 ₹): Ayush Jain ( MANIT Bhopal )

This challenge is an online challenge.

This happens when the judge aborts your program in the middle of execution.

19. Will I receive the results of the challenge? If yes, when?

Can I participate in a sample challenge?

1. Where will the challenge take place?

20. Where can I view the solutions for the problems of this challenge?

16-01-2018 6:00 PMProblem 2 – Queen and Qing has been added to the contest.

Signal is generated when a program tries to read or write outside the memory that is allocated for it, or to write memory that can only be read.

Your program is terminated in the following scenarios:

Follow us on Facebook :Chimera, NIT Bhopal

A password reset link will be sent to the following email id

16. What does Wrong Answer (WA) mean?

7. What will happen in case of there is an issue with my computer or Internet connection?

3rd Prize (3,000 ₹): Yash Chapani ( MNNIT Allahabad )

For example, do not use Turbo C++. Code that compiles in Turbo C++ will often not compile on the online judge.

15-12-2017 6:00 PM All those candidates who have registered for the contest, kindly fill the following form in order to be eligible for prizes and certificates.

HackerEarths Privacy Policy and Terms of Service

Apart from the sample input, your code will also be evaluated against multiple input and output cases. Therefore, even if your code passes the sample input correctly, it may not have passed one of the other input and output cases because of the answer is incorrect.

Great! You have been registered to the challenge, now tell your friends about it.

21-01-2018 6:00 PMProblem 7 – Xsquare And Central Measure of Tendencies has been added to the contest.

If the total time that is required to execute all the input files exceeds the total time limit allowed.

We support multiple classes and inner static classes.

Before you attempt programming questions, you should choose a language from the given list.

This can also be raised due to insufficient memory.

22-01-2018 6:00 PMThe contest has ended. The Editorials will be posted soon. After the generation of plagiarism report, the final result will be declared accordingly. Participants are requested to give their feedback and rate the contest problems.

Programming questions have aCompile & Runoption which you can use to run your solution against sample test cases before submitting it.

To participate in this challenge, do the following:

• 31 T-shirts as giveaways for our contest winners, one for each NIT top scorer.

We care about your data privacy and ourPrivacy PolicyandTerms of Servicewill help you understand that you are in control of your data at HackerEarth.

Also, remove conio.h includes in your code.

All inputs for the programming problems are from STDIN and output to STDOUT.

Maulana Azad National Institute of Technology Bhopal (MANIT), also known as National Institute of Technology, Bhopal (NIT Bhopal), formerly Maulana Azad College of Technolo…

This challenge enables you to understand how to participate in programming challenges on HackerEarth. It comprises detailed information about how programming questions should be attempted and details about the HackerEarth judge.

For interpreted languages like Python, NZEC will usually mean that your program either crashed or raised an uncaught exception.

This ensures that you are able to test your code against predefined sample test cases before you submit your code.

21. Why am I seeing a runtime error on the screen?

You can make multiple submissions. The platform automatically considers the best submission.

This message means that the program exited to the shell by returning a value that is different from 0.

The total memory consumed by a program is the sum of the memory that is consumed by the program in stack, data, heap, and BSS. To understand more about the address space of a program and the memory consumed, refer tothis imageorthis explanation.

For queries refer Hackerearths FAQs below.

If there is an issue with your computer or your Internet connection, you will not lose your previously submitted answers. They will be saved on HackerEarths servers. You can log in again and continue coding from where you stopped.

4th Prize (2,000 ₹): Vinayak Sachdeva ( NIT Jaipur )

Generated when you use too much memory

8. My code works in my local IDE, however, it throws compilation errors when I run it on the platform interface. Why does this happen?

This usually occurs when youre trying to divide a number by 0, or trying to take the square root of a negative number.

Time limit: The code should run within the stipulated time otherwise it will throw a Time Limit Exceeded (TLE) error.

Leave a Comment