online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
print("\n||********Calculating total salary********||") basic=int(input("\n\tEnter Basis Salary: ")) hra=float(basic * 3 / 100) ta=float(basic * 5 / 100) da=float(basic * 3 / 100) total_sal=float(basic + hra + ta + da ) print("\n\tTotal Salary: " ,total_sal)

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