online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
def test(value): match value: case str(s): print(f"It's a string: {s}") case int(i): print(f"It's an integer: {i}") case float(v): print(f"It's an float: {v}") test(2) test('two') test(3) test(3.5)

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