using namespace std; int main(){ int i,j; for(i=0;i<10;i++){ cin>>j; printf(“X[%d] = %d\n”,i,j<=0?1:j); } return 0; }