#include <stdio.h>

int main(void) {
	long long a=2501LL*2501*2501;
    printf("%lld\n", a);
	return 0;
}
