online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import functools def a(r): def c(*t, **y): with open(t[1], 'a') as file: file.write(', '.join(f'{x}' for x in t) + '\n') return r(*t, **y) return c @a def b(a, v): print('Plik utworzony') # r'd:\test.txt' print(b('zapis', r'test.txt')) # jest None bo def b nic nie zwraca (return)

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