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 925 (Div. 3) 1931D. Divisible Pairs Solution

        Problem Link  :   https://codeforces.com/contest/1931/problem/D S olution in C++: /// Author : AH_Tonmoy #include < bits / stdc ++. ...

    Powered by Blogger.