#include int main() { int a, b; std::cin >> a >> b; a -= 4; b -= 3; for(; a std::cout << a << " ";<br> return 0; }