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: # Jeżeli osoba ma mniej niż 2 lata... child = 'Niemowlęcie' else: if age < 4: # Jeżeli osoba ma co najmniej 2 lata, ale mniej niż 4 child = 'Dziecko uczące się chodzić' else: if age < 13: # Jeżeli osoba ma co najmniej 13 lat... child = 'Dziecko' else: 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