We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
  • Hackerrank Home
  • Prepare
    NEW
  • Certify
  • Compete
  • Career Fair
  • Hiring developers?
  1. Prepare
  2. Algorithms
  3. Warmup
  4. Solve Me First
  5. Discussions

Solve Me First

Problem
Submissions
Leaderboard
Discussions
Editorial

Sort 810 Discussions, By:

recency

Please Login in order to post a comment

  • alexshawn82
    2 days ago+ 0 comments

    I tried a lot to find the solution in this code but I did not find it. I also try to implement this code to honey blonde hair, but I was unable to see any results. It indicates that the code has a mistake.

    0|
    Permalink
  • alban_tyrex
    3 days ago+ 0 comments

    Here is my c++ solution : https://youtu.be/55kgGHzTTzo

    #include <iostream>
    using namespace std;
    
    int solveMeFirst(int a, int b) {
      return a + b;
    }
    
    int main() {
      int num1, num2;
      int sum;
      cin>>num1>>num2;
      sum = solveMeFirst(num1,num2);
      cout<<sum;
      return 0;
    }
    
    0|
    Permalink
  • alexshawn82
    6 days ago+ 0 comments

    I tried a lot to use this code for my website and this code is not working properly. Please do let me know how can i sort out this issue?

    0|
    Permalink
  • daht_x
    6 days ago+ 0 comments

    Solve me first | C#

    Common

    internal interface ISolution
    {
        int SolveMeFirst(int integerOne, int integerTwo);
    }
    

    Solution

    internal sealed class SolutionOne : ISolution
    {
        public int SolveMeFirst(int integerOne, int integerTwo)
            => integerOne + integerTwo;
    }
    
    0|
    Permalink
  • christiangassand
    2 weeks ago+ 0 comments

    I attempted to locate the issue in the code, but was unsuccessful. I also attempted to implement the code to glueless human hair wigs, but did not see any changes on the page, indicating there must be an error in the code.

    0|
    Permalink
Load more conversations

Need Help?


View editorial
View top submissions
  • Blog
  • Scoring
  • Environment
  • FAQ
  • About Us
  • Support
  • Careers
  • Terms Of Service
  • Privacy Policy