#include <stdint.h> int main(void) { uint64_t bugs = 0; bugs--; printf("%llu", bugs); }
Standard input is empty
18446744073709551615
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!