#include <iostream> using namespace std; int main() { for (int i = 0; i < 20; i++) { cout << i << endl; } //prints the number (i) }