online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import threading import time from datetime import datetime def mylog(): now = datetime.now() print(now.strftime("%H:%M:%S.%f")) print("Szimulaljuk a munkat") time.sleep(2.0) threading.Timer(5.0, mylog).start() mylog()

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