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