摘要:
A-BTime Limit: 1000ms Memory limit: 65536K有疑问?点这里^_^题目描述题目链接:http://acm.sdut.edu.cn/sdutoj/problem.php?action=showproblem&problemid=2102每读入两个整数,输出其差。输入输入数据含有不超过50个的整数对,每个整数和每对整数的运算结果都不会超过±2^31。输出对于每次读入的一对整数,输出前者减去后者的差。每个结果应以回车结束。示例输入1 35 7示例输出-2-2提示 很明显,这是一道在整型范围内的减法运算,但是网上也找不到有关大数减法的题目,用这道 阅读全文
摘要:
Integer InquiryTime Limit:1000MSMemory Limit:10000KTotal Submissions:27730Accepted:10764Description题目链接:http://poj.org/problem?id=1503One of the first users of BIT's new supercomputer was Chip Diller. He extended his exploration of powers of 3 to go from 0 to 333 and he explored taking various s 阅读全文