#include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; //#define N (1000000000+7) #define N 998244353 #define INF 1e16 typedef long long ll; typedef pair P; typedef pair Q; const int inf = (int)1e9; ll gcd(ll a, ll b) { if (b > a) { ll tmp = b; b = a; a = tmp; } if (a%b == 0)return b; else return gcd(b, a%b); } int main(void){ sets; int a,b; cin>>a>>b; for(int i=1;i<=a;i++){ for(int j=1;j<=b;j++){ s.insert(i+5*j); } } for(auto itr = s.begin();itr!=s.end();++itr){ cout<<(*itr)<