online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
a=(0,1,2,3,4,6,7,8,9) # a=(...) ваш кортеж c n-1 членами, от 0 до n-1, за минусом одного значения j=-1 # инициализируем значение, который потом, проверим, были-ли изменения for i in range(len(a)+1): if not i in a: j=i break if j==-1: print("В процессе поиска пропущеный элемент не был найден") else: print("Пропущеный элемент: ",j)

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