my solution to MUL runs as expected on ide one.
However it fails with very large numbers.
The link to my code on ideone is
http://ideone.com/dl0DsC4
created
last reply
- 3
replies
- 511
views
- 3
users
- 1
link
my solution to MUL runs as expected on ide one.
However it fails with very large numbers.
The link to my code on ideone is
http://ideone.com/dl0DsC4
Well, that is your task. Some / several SPOJ problems have been designed in a way that prohibits the naive use of standard data types. Sometimes you can work around this issue with clever algorithms or by switching to languages with built-in features (e.g. unlimited integer size in python) or libraries like BigInt in JAVA...
Topic | Category | Replies | Views | Activity |
---|---|---|---|---|
SPTTRN1 - Straight Line Spiral Pattern (Act 1) | C and C++ | 0 | 14 | 7d |