online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
import random M = random.randint(1,5) arr = [random.randint(1,5) for i in range(M)] for i in range(M): arr[i] = input() print(arr) b = arr[0] for i in range(1 , M): b = str(b) + " " + arr[i] print(b)

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