online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
n=int(input()) x=[[] for i in range(n)] z=1 for i in range(n): for j in range(i,n): x[j].append(str(z)) z+=1 for i in range(n): print(" ".join(x[i][::-1]))

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue