#include using namespace std; int main() { cout << 500000 << endl; for (int i = 10'000'000 - 500'000; i < 10'000'000; ++i) { cout << i << ' '; } }