eolymp
bolt
Try our new interface for solving problems
Məsələlər

Əvvəlki cüt ədəd

dərc olunub 19.03.24 12:05:45

include<iostream>

using namespace std; int main(){ int a; cin>>a; if(a%2==0) cout<<a-2; else cout<<a-1;

}