Write a program to print "My first code on workat.tech".
My first code on workat.tech
You can select your preferred language before you start to code. There is a dropdown above the code editor for selecting the language. Your preferred language will get updated based on the language you select.
Every problem has a max score. Getting a good score will help you get up in the leaderboard. Having high accuracy will also help you get good ratings at a later stage. Try to have a good accuracy.
Once you write the solution, use the "Test" button to test if your solution works for different input. If the solution requires you to take input then try out your code with different values through custom input and check if the output is as expected.
When you are completely sure that your solution is correct, use the "Submit" button to see how your code works on our test cases. Use it judiciously. Your accuracy & rank will depend on it.
When you submit the solution, your code will be run against multiple test cases with different input values.
In case of submit, the custom input field does not work as your code is run with custom input that we've defined at our end to test the correctness of your code.
Please ensure that you print in the exact same output format as mentioned in expected output.
Your solution will be matched exactly with the output from our code. If there is any mismatch, your solution will fail with 'Wrong Answer'.
If you are getting an error on submission, then you need to fix your code based on the error that you get.
Your code working for the sample input does not mean that your solution will work on submit as well. You need to think of different test cases where your code might fail and test it through custom input.
The below limits specify in how much time should your code execution complete and how much maximum memory can it use.
Suppose you write the solution in C++ and hit Test or Submit, your solution should complete its execution within 1s on our server and should use a maximum of 256 MB.
If you are stuck on a problem for a long time and cannot think of how to proceed, you can unlock a hint. If a problem contains a hint, you will be able to find it below the limits section.
Unlocking a hint will reduce the maximum points that you can get for that problem. You'll get to know that when you try to unlock. Use it judiciously. Your rank will depend on your score.