#include <inttypes.h>#include <stdio.h> int main(void) { printf("%" PRIuMAX "\n", UINTMAX_MAX);}
Standard input is empty
18446744073709551615
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!