online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
name = input ("Hello ,What is your name?") print ("thats a cool name....") print ("it's nice to meet you") age = int(input("How old are you?")) # ^ missing closing parenthesis print ("In 10 years, you will be", age + 10, "years old.") print ("in 20 years you will be", age + 20, "years old.") # ^ comma needs to come here print ("five years ago you were", age - 5, "years old.") # ^ comma needs to come here

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