*in the following link Needless to say, you must choose one of the technical questions. ``Retardation'' is subjective, pick whatever you want.
Name:
Anonymous2014-06-27 0:17
Add two strings. For example ""423" + "99" = "522" This is a fun and common problem. Try to do it as efficiently as possible. Also, does it matter that it's base 10?
What the fuck is so fun about itoa(atoi(argv[0]) + atoi(argv[1]))?
Name:
Anonymous2014-06-27 1:15
Given an array A. Return array B where B[i] = the product of all elements in A except for A[i]. You cannot use division. Stupid puzzle problem.