Post Reply 
HHC 2016 RPN contest is now live
09-21-2016, 01:09 PM (This post was last modified: 09-21-2016 01:10 PM by Gene.)
Post: #22
RE: HHC 2016 RPN contest is now live
Here's a link to a fast solution generator on the web.

Change N and SUM in the code here:

// Driver program
int main()
{
int n = 3, sum = 5;
cout << finalCount(n, sum);
return 0;
}


and click RUN.

http://code.geeksforgeeks.org/index.php
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HHC 2016 RPN contest is now live - Gene - 09-17-2016, 01:36 PM
RE: HHC 2016 RPN contest is now live - Gene - 09-21-2016 01:09 PM



User(s) browsing this thread: 3 Guest(s)