#include #include #include #include #include #include #include using namespace std; #define int long long #define endl "\n" constexpr long long INF = (long long)1e18; constexpr long long MOD = 1'000'000'007; struct fast_io { fast_io(){ std::cin.tie(nullptr); std::ios::sync_with_stdio(false); }; } fio; long double cal(int j, int x){ return pow(j, 1-x) * 1000000/ (j - 1); } signed main(){ cout<>x; if(x == 2) { cout<<1000000<