Run Code  | API  | Code Wall  | Misc  | Feedback  | Login  | Theme  | Privacy  | Patreon 

EX

Language: Layout:
+ ] Show input
Compilation time: 3,25 sec, absolute running time: 0,09 sec, cpu time: 0,11 sec, average memory usage: 15 Mb, average nr of threads: 3, absolute service time: 3,37 sec 
edit mode |  history
Error(s):
Exception in user code:

System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
   at System.String.Substring(Int32 startIndex, Int32 length)
   at Rextester.Program.Main(String[] args)
4
space.Length = 4, j = 0, space.Length-j = 4
    #
space.Length = 4, j = 1, space.Length-j = 3
   ##
space.Length = 3, j = 2, space.Length-j = 1
 ###
space.Length = 1, j = 3, space.Length-j = -2

    
                
λ
.NET NoSQL database for rapid development