Hey, my answer is the same with the example, but when i submit it, it says test suite#1 wrong answer
farhad.abbasli remember, you program must not output anything other than the answer, any text prompt, like "enter number between 10 and 99" will be considered part of the answer.
Andremaxico you can see sample solution in JavaScript on editorial page. You can use process.stdin.on
or scanf
.
user428856 your program does not read input data correctly. Use "Run" button to debug your solution before submitting it. Also you might want to check Editorial with an example of the solution.