Submit | All submissions | Best solutions | Back to list |
APLUSB2 - A plus B |
Given 2 integers, A and B, find their sum. Beware: There are no limits on A and B
Input
Two integers up to 100000 digits in length
Output
Output their sum
Example
Input: 1 4 Output: 5
Added by: | Saravannan Shaan |
Date: | 2009-04-09 |
Time limit: | 1s-60s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: C99 ERL JAVA JS-RHINO NODEJS PERL6 PYTHON RUBY VB.NET |
Resource: | Classic |
hide comments
|
|||||
2009-04-16 23:30:53 Brian Bi
Note to all people who are getting seemingly inexplicable WAs: Does it say anywhere that the integers must be positive? |
|||||
2009-04-16 23:30:53 Saravannan Shaan
Oops! I had to rejudge all submissions, I forgot to run all the test cases. All working solutions now fail. |