#include <stdio.h>int main (){ long long int angka; scanf("%lld", &angka); printf("%lld", angka); return 0;}
974387636782
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!