CODECHEF::DECINC

 

#include <bits/stdc++.h>
using namespace std ;

int main (){
int n ;
cin >> n ;
if (n%4 == 0){
n++;
}
else{
n--;
}
cout << n << '\n';


return 0 ;
}

Comments

  1. Mysuru Casino - The HERZAMMAN
    Mysuru https://febcasino.com/review/merit-casino/ Casino - The Home of the Best of the Slots! Visit 메이피로출장마사지 us to Play the best slots and 출장마사지 enjoy the best table games in our sol.edu.kg casino. Visit us herzamanindir

    ReplyDelete

Post a Comment

Popular posts from this blog

CodeChef::CSUB

How Recursion Works?

CodeChef::TREE2