#include using namespace std; typedef long long ll; typedef long double ld; #define rep(i,n) for (int i = 0; i < (n); ++i) templatebool chmax(T &a, const T &b) { if (abool chmin(T &a, const T &b) { if (b> a >> b; set st; rep(i,a+1){ rep(j,b+1){ st.insert(i+5*j); } } st.erase(0); for(auto itr=st.begin();itr!=st.end();itr++){ cout << *itr << endl; } }