your solution will result in runtime error if you return 1 in main function
irrespective of correctness of the solution. I wasted so much time because of
this, I didn't think that would matter, I think this would help anyone who is
facing similar problem.
#include <iostream>
using namespace std;
int main()
{
return 1;
}
--
You received this message because you are subscribed to the Google Groups
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-code/92af006b-d2d4-408b-9c62-d7a5bed83f26%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.