The wordings with this problem were terrible. I could not understand half of it the first time I read it.... :o
But I managed to get AC. This is a simulation problem, there's not much logic involved, so I'll give out detailed steps on how to get AC.
1. There are 52 cards, the score of the cards ...
Search found 2 matches
- Sat Apr 30, 2016 7:54 pm
- Forum: Volume 106 (10600-10699)
- Topic: 10646 - What is the Card?
- Replies: 17
- Views: 10501
- Fri Apr 29, 2016 12:28 am
- Forum: Volume 101 (10100-10199)
- Topic: 10141 - Request for Proposal
- Replies: 44
- Views: 24403
Re: 10141 - Request for Proposal
For guys working with Xcode, if you try to paste your input onto a file inside Xcode it automatically trims white spaces in the front and the end of the lines... this led me to believe my code was wrong when I pasted my program's output on uDebug for diff. (instead do pbpaste > input.txt and then ...