#include using namespace std; int main() { for (int x = 0; x < 1000; x++) { cout << x << endl; } return 0; }