online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
Amount = int(input("\nPlease Enter Amount for Withdraw :")) print("\nRequired notes of 100 is : ", int(Amount / 100)) print("Required notes of 50 is : ", int((Amount % 100) / 50)) print("Required notes of 10 is : ", int((((Amount % 100) % 50) / 10))) print("Amount still remaining coin is : ", int(((Amount % 100) % 50) % 10))

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