#include <iostream>
using namespace std;
int main() {
int arr[6];
for (int i=0 ; i<=5 ; i++ ) {
cin>>arr[i];
}
for ( int i=0 ; i<=5 ; i++ ) {
cout<<arr[i]<<endl; // can also do anything with the input by just adding the condition after arr[]*/+/-/whatever
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: