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