online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
def test(n): try: return 10 / n except ZeroDivisionError: print('Can\'t divide by 0') return -1 # DIV/0 should return -1 print(test(0))

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