online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
a = ['2022-03-13<tab>12354', '2022-01-15<tab>+331', '2022-01-15<tab>-33123'] for b in a: print(b.split('<tab>')[-1]) print() a = ['2022-03-13 12354', '2022-01-15 +331', '2022-01-15 -33123'] for b in a: print(b.split()[-1])

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