#include using namespace std; int i,j,a[205][205],x; int main() { ios_base::sync_with_stdio(0); cin.tie(0); srand(time(NULL)); cout<>x; while(x<0 && i<200) { ++i; cout<>x; if(!x) return 0; } --i; ++j; cout<>x; while(x<0 && j<200) { ++j; cout<>x; if(!x) return 0; } return 0; }