#15330: 不會再看


ufve0704 (爬 我爬 我爬爬爬 有排行榜這種東西就是要爬 爬過我上面的那...)


#include <iostream>
using namespace std;
int main(int argc, char** argv){
int a;
while(cin>>a){
cout<<a-(a%2)<<endl;
}
}