online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
print("\n\t||********Calculating Area Of Triangle********||") a = int(input("\tEnter side a: ")) b = int(input("\tEnter side b: ")) c = int(input("\tEnter side c: ")) s = (a+b+c)/2 area = (s*(s-a)*(s-b)*(s-c)) ** 0.5 print("\nThe area of the triangle is: %0.2f" % area)

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