摘要:
Text ReverseTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 13276Accepted Submission(s): 5065Problem DescriptionIgnatius likes to write words in reverse way. Given a single line of text which is written by Ignatius, you should reverse all the words 阅读全文
摘要:
RailsTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 21555Accepted: 8612DescriptionThere is a famous railway station in PopPushCity. Country there is incredibly hilly. The station was built in last century. Unfortunately, funds were extremely limited that time. It was possible to establish 阅读全文
摘要:
Halloween treatsTime Limit: 2000MSMemory Limit: 65536KTotal Submissions: 5574Accepted: 2082Special JudgeDescriptionEvery year there is the same problem at Halloween: Each neighbour is only willing to give a certain total number of sweets on that day, no matter how many children call on him, so it ma 阅读全文
摘要:
The Number of setTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 987Accepted Submission(s): 617Problem DescriptionGiven you n sets.All positive integers in sets are not less than 1 and not greater than m.If use these sets to combinate the new set,h 阅读全文
摘要:
Love This GameTime Limit: 3000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 4669Accepted Submission(s): 1601Problem DescriptionDo you like playing basketball ? If you are , you may know the NBA Skills Challenge . It is the content of the basketball skills . It i 阅读全文
摘要:
Function Run FunTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 14943Accepted: 7738DescriptionWe all love recursion! Don't we? Consider a three-parameter recursive function w(a, b, c): if a 20 or b > 20 or c > 20, then w(a, b, c) returns: w(20, 20, 20) if a #includeint d[22][22][2 阅读全文