#include int main(void){ int write[10]; for(int i = 0;i < 9;i++){ scanf("%d",&write[i]); printf("%d ",write[i]); } }