online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import math bef = float(input("Egyik befogó: ")) atf = float(input("Átfogó: ")) if bef > 0 and atf > 0 and atf > bef: bef2 = atf**2 - bef**2 bef2 = math.sqrt(bef2) print("1. befogó: {}\n2. befogó {:0.4f}\nátfogó {}".format(bef, bef2, atf)) else: print("Nincs ilyen háromszög!")

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