online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
liczba = 200 liczby = [*range(1, liczba, 1)] i=1 while i!=liczba-1: if liczby[i]!=0: i2=i+1 while i2!=liczba-1: if liczby[i2] % liczby[i]==0: liczby[i2]=0 i2+=1 i+=1 liczby = list(filter(lambda i: i != 0, liczby[1:])) print(liczby)

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