#include using namespace std; int main() { cout << 100 << "\n"; int i; for (i=1; i<=100; i++) cout << i << " "; return 0; }