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

    RESTful APIs with CRUD Operations in Laravel 12| (2025)

      RESTful APIs serve as the foundation of modern web development. They follow a set of rules called Representational State Transfer (REST) t...

    Powered by Blogger.