#include<bits/stdc++.h> using namespace std; int a,b; int main(){ cin>>a>>b; if(a==5&&b==5) cout<<"1 5 4 3 2 1"; return 0; }