online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
a = input("Podaj pierwsza liczbe: ") b = input("Podaj druga liczbe: ") def bigger(a,b): if (a == b): return("Obie liczby sa rowne") return max(a, b) wynik = bigger(a,b) print(wynik)

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