#include void main() { for (int j=0; j>=0; j++) cout << j << endl; return; }