#include main(){int i;std::cin>>i;while(!std::cin.eof()){std::cout<<(i%2?i+2:i+1)<<"\n";std::cin>>i;}}