#include<bits/stdc++.h> using namespace std; int main(){ int n[9]; for(int i=0;i<10;i++){ cin>>n[i]; cout<<n[i]<<" "; } }