#include <iostream>
int main()
{
    long long x = 1250000000 * 2;
    std::cout << x;
}