Dealing with Big Integer in a real contest
Moderator: Board moderators
Dealing with Big Integer in a real contest
Hi, everybody,I'm in trouble with dealing with Big Integer, the data in some problems in UVA is very very big. Though i can use other's Big Integer library,but what can i do in a real contest? I cannot bring the e-copy with me,anyone can suggest about it
-
- Experienced poster
- Posts: 136
- Joined: Fri Apr 15, 2005 3:47 pm
- Location: Singapore
- Contact:
...
Hi,I think you ought to study "Big Integer" algorithm. In the early,me myself also have the same problem with you. I couldn't solve any "Big Integer" problem. But there is a site that is really help me very much. I've forgotten the site (I think you could find it in google). 'n try to solve easier problem which needed this "Big Integer" such as : 424-Integer Inquiry.I hope it could help you. 
