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