大明A+B Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 14283 Accepted Submission(s): 5229 Problem Description 话说,经过了漫长的一个多月,小明已经成长了许多,所以他改了一个名字叫“大明”. 这时他已经不是那个只会做100以内加法的那个“小明”了,现在他甚至会任意长度的正小…
大明A+B Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 7545 Accepted Submission(s): 2662 Problem Description 话说,经过了漫长的一个多月,小明已经成长了许多,所以他改了一个名字叫“大明”.这时他已经不是那个只会做100以内加法的那个“小明”了,现在他甚至会任意长度的正小数的加…
Game of Connections Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4246 Accepted Submission(s): 2467 Problem Description This is a small but ancient game. You are supposed to write down the…
Exponentiation Time Limit: 2000/500 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 9107 Accepted Submission(s): 2654 Problem Description Problems involving the computation of exact values of very large magnitude…
How Many Fibs? Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3098 Accepted Submission(s): 1232 Problem Description Recall the definition of the Fibonacci numbers: f1 := 1 f2 := 2 fn :=…
Integer Inquiry Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 9376 Accepted Submission(s): 2406 Problem Description One of the first users of BIT's new supercomputer was Chip Diller. He ex…
Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for many computer systems. This problem requires that you write a program to…