online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
test = [ 1, 2, 3, 4, 8, 13, 14 ] for age in test: if age >= 2 and age < 4: # Jeżeli osoba ma co najmniej 2 lata, ale mniej niż 4 child = 'Dziecko uczące się chodzić' else: child = 'Niemowlęcie' # Jeżeli osoba ma mniej niż 2 lata... if age >= 4 and age <= 13: # Jeżeli osoba ma co najmniej 13 lat... child = 'Dziecko' if age > 13: child = 'Nastolatek' print(f'{age:2} {child}')

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