06
Jan
2020

Hackerrank Solve Me First (C++)

C++ :

int solveMeFirst(int a, int b) {
// Hint: Type return a+b; below:
	return a + b;
}

Explanation:

Seriously no explanation for this one. Just follow the instructions in the comments.

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *