#include#includeint main(){int a[4];for(int i=0;i<4;i++){scanf("%d",&a[i]);printf("%d\n",a[i]);}system("pause");return 0;}