online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import random M = random.randint(1,4) arr = [random.randint(1,10) for i in range(M)] n = 0 m = 0 N = 65432 for i in range(M): arr[i] = input() for i in range(M): if int(arr[i]) > 0: n += 1 if int(arr[i]) < 0: m += 1 if int(arr[i]) == 65432 : break print("Процент положительных чисел: " + str(100 / len(arr) * n )) print("Процент отрицательных чисел: " + str(100 / len(arr) * m ))

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