Codeforces 82A - Double Cola solution

 ///La ilaha illellahu muhammadur rasulullah

///******Bismillahir-Rahmanir-Rahim******///

///AH Tonmoy

///Department of CSE,23rd batch

    ///Islamic University,Bangladesh

    1. #include <bits/stdc++.h>
    2. using namespace std;
    3. string s[] = {"Sheldon", "Leonard", "Penny", "Rajesh", "Howard"};
    4. int main()
    5. {
    6. int n;
    7. cin>>n;
    8. n--;
    9. while(n>=5)
    10. {
    11. n=n-5;
    12. n/=2;
    13. }
    14. cout<<s[n]<<endl;
    15. }

    No comments

    Most View Post

    Recent post

    Codeforces Round 971 (Div. 4) 2009C. The Legend of Freya the Frog Solution

      Problem Link    https://codeforces.com/contest/2009/problem/C S olution in C++: /// Author : AH_Tonmoy #include < bits / stdc ++. h &g...

    Powered by Blogger.