#include using namespace std; int main() { cout << "10" << endl; cout << "1 2 4 8 16 31 62 124 248 496" << endl; }