online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
work_value = "42" da_header_one = '"Content-Type": "application/json"' da_header_two = '"FOO-Authentication": "' + work_value + '"' da_headers = {da_header_one + ', ' + da_header_two} da_json1 = {da_header_one, da_header_two} da_json2 = {da_header_two, da_header_one} da_json3 = {"Content-Type": "application/json", "FOO-Authentication": "42"} print(f"text1: {da_headers}") print(f"json1: {da_json1}") print(f"json2: {da_json2}") print(f"json2: {da_json3}")

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