online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> #include <stdint.h> #include <math.h> int main() { long double u = 3.1415926535897932384626433832795028841971693993751058209749445923; printf("[%lld; ",(unsigned long long)u); for (int i = 0; i < 20; i++) { u = 1.0 / (u - floorl(u)); printf("%lld, ",(unsigned long long)u); } return 0; }

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