摘要:
大数乘 Time Limit:5000MS Memory Limit:32768KDescription:给定一些大数,请计算其积。Input:输入数据中含有一些整数对(对数≤1000),若某对整数(整数位数≤200)的值为0 0,则表示输入结束。Output:每对整数对应一个乘法计算结果,输出该结果,每个结果输出完后应回车。Sample Input:2 312 340 0Sample Output:6408 1 /* 功能Function Description: 大数相乘 2 开发环境Environment: DEV C++ 4.9.9.1 3 技术特... 阅读全文
posted @ 2012-07-25 19:13
可笑痴狂
阅读(402)
评论(0)
推荐(0)
摘要:
A-B ProblemAccept:627Submit:5002Time Limit:1000MSMemory Limit:65536KBDescriptionCalculate A-BInputTwo integer a and b(-10^100 < a,b < 10^100)OutputOutput a-bSample Input1 2Sample Output-1SourceBUPT Online Judge/* 功能 Function Description: 大数 A-B 开发环境 Environment: DEV C++ 4.9.9.1 作者 Auth... 阅读全文
posted @ 2012-07-25 17:47
可笑痴狂
阅读(541)
评论(0)
推荐(0)
摘要:
Knight MovesTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 3340Accepted Submission(s): 2087Problem DescriptionA friend of you is doing research on the Traveling Knight Problem (TKP) where you are to find the shortest closed tour of knight moves th 阅读全文
posted @ 2012-07-25 11:46
可笑痴狂
阅读(522)
评论(0)
推荐(0)