#include using namespace std; int main(){ vector a(5),b(5); for(auto& x:a)cin>>x,x--; for(auto& x:b)cin>>x,x--; for(int i=0;i<5;i++){ cout<