#include #include using namespace std; int main() { printf("%.lf\n", log2(1e9) * log2(2e5) * 2e5); return 0; }