online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include<stdio.h> #include<stdlib.h> #include<time.h> #include<math.h> #include <stdint.h> #include <limits.h> #define uint128_t __uint128_t #define G1 ((uint128_t)12297829382473034410 << 64 | (uint128_t)12297829382473034410) int countSetBits(uint128_t n) { int count = 0; while(n) { n &= (n - 1); count++; } return count; } int main() { printf(" %d\n",countSetBits(G1) ); }

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