online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
age = 11 ticket = True if age >= 18 and ticket == True: print("Możesz wejść na koncert") elif age >= 18 and not(ticket == True): print("Niestey ale nie posiadasz biletu") elif not(age >= 18) and ticket == True: print("Niestety ale nie masz 18 lat") else: print("Niestety ale nie masz ani 18 lat ani biletu")

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