online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
print("\n\t||********** Interest Calculator **********||") p = int(input("Enter the principal amount: ")) r = float(input("Enter the rate of interest: ")) t = int(input("Enter the time in year: ")) si = float((p*r*t)/100) a = float((p*pow(1+(r/100), t))) ci = float(a-p) print("\n\t||********** Simple interest **********||") print("\t\t\t", si) print("\n\t||********** Compound interest **********||") print("\t\t\t", ci)

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