#51438: 提示


yp11451032@yphs.tp.edu.tw (711-23吳嘉恩)


#include<iostream>
using namespace std;
int main(){
int n;
cin>>n;
cout<<((n%2==0)?n:n-1)<<endl;
}                                                                             //只是提示 不是答案