online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
continuer = True liste = [0,0,0,0,1,0,0,0] indexListe = 0 liste2 = [4,8,7,6,2,3,1,0,7,8,9] indexListe2 = 0 while True: truc = liste2[indexListe2] for valeur in liste: if valeur == truc: continuer = False break if not continuer: print("BREAK: ", liste2[indexListe2]) break # Continuer l'execution de for qqch in machin. print(liste2[indexListe2]) indexListe = indexListe + 1 indexListe2 = indexListe2 + 1 if indexListe == len(liste): break # Fin de for qqch in machin. print("TERMINE")

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