1234567891011
#include<iostream> using namespace std; int main () { int n=99; while (n != 0 ) cin >> n; cout << endl; return 0; }