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) for i in range(M): if len(arr[i]) % 2 == 1: S = arr[i] print(S[len(arr[i]) // 2])

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