online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
''' Online Python Compiler. Code, Compile, Run and Debug python program online. Write your code in this editor and press "Run" button to execute it. ''' piViertel = 1 #Anfangswert #Leibniz Formel pi/4 = 1-1/3+1/5-1/7+1/9... nenner = 1 minus = True for i in range(10000): nenner += 2 if minus: piViertel -= (1/nenner) minus = False elif not minus: piViertel += (1/nenner) minus = True print("PI: ") print(piViertel*4)

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