online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
import random M = random.randint(1,10) arr = [random.randint(1,10) for i in range(M)] for i in range(M): arr[i] = input() print(arr) print("Количество символов в самой длинной строке: " + str(len(max(arr)))) K = len(max(arr)) for i in range(M): N = K - len(arr[i]) print("*" * N + str(arr[i]))

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