#include <iostream> using namespace std; int main( ) { int x1,x2; cin>>x1>>x2; while(i<=x2) { i=x1; if(i%2==0) cout<<i<<" "; i++; } return 0; }