#include <library what you need>
class NAME
{
public :
int sum(int a, int b)
{
return a+b;
}
};
2009/11/28 Абзал Сереков <[email protected]>
> hello everybody, who knows how to submit problems in TopCoder
> such as on C++ problem for finding sum of two integers
> like this:
> 5 4
> 9
>
> or can you write solution of one easy problem from Single matches
>
> --
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-code%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-code?hl=en.
>
--
You received this message because you are subscribed to the Google Groups
"google-codejam" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-code?hl=en.