i am getting this error when i am submitting my code.
runguard: warning: timelimit exceeded (wall time): aborting command
runguard: warning: command terminated with signal 15
Https://ide.codingblocks.com/s/251356
What question are you talking about?
Given number of rows N, you have to print a Hollow Rhombus. See the output for corresponding given input.
Input Format
Single integer N.
Constraints
N <= 20
Output Format
Print pattern.
Sample Input
5
Sample Output
*****
Could you please give me the question link?
I ran for custom input , where N=20, it doesn’t show TLE
********************
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
* *
-
*
-
*
-
*
Its showing this as output and no TLE
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.