online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
while True: try: x = float(input("What's your favorite number? ")) if x <= 1: print("Number, bigger than 1, please.") continue break except: print("Number, please.") while x > 1: x -= 1 print(round(x, 3))

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