Where I can find test cases

It is showing I failed test cases but how?

Please provide me your code in Coding Blocks IDE, then only I would be able to check what is the mistake in code.

Hey Akansha, when ever you are writing the program for submitting it on online judge, never write enter this or that. You must take input in the way its is told, also you should write output in the format in the required format. I have removed your Enter this,Calculating this etc line. One more thing as we are not told what is the max size of array taking an array of only 100 will result in run time error, create array after knowing the size of n.

ok thank you so much

1 Like