#include <stdio.h> int main(void) { long long a=2501LL*2501*2501; printf("%lld\n", a); return 0;}
Standard input is empty
15643757501
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!