当前位置:网站首页>Blue Bridge Cup -- Mason prime
Blue Bridge Cup -- Mason prime
2022-07-03 22:25:00 【Deduce life】
1. subject
2. In fact, it is the problem of large numbers The Hanoi Tower said yesterday about big numbers Then code it But I didn't find out how to design, only output the last 100 I copied the answer in Word in Found the last 100 The method is not very good
3. Code
import java.math.BigInteger;
public class J86 {
public static void main(String[] args) {
BigInteger bi=new BigInteger(2+"");
BigInteger cd=bi.pow(11213);
System.out.println(cd);
}
}
Note that it is the same as before Remember to subtract one Why? ? The title requires It should be clearly stipulated
4. summary Word Can also do questions
边栏推荐
- The difference between SRAM and DRAM
- JS Demo calcule combien de jours il reste de l'année
- [Android reverse] use DB browser to view and modify SQLite database (download DB browser installation package | install DB browser tool)
- IPhone development swift foundation 08 encryption and security
- Pooling idea: string constant pool, thread pool, database connection pool
- Cesium terrain clipping draw polygon clipping
- (POJ - 2912) rochambau (weighted concurrent search + enumeration)
- LeetCode 1646. Get the maximum value in the generated array
- The 14th five year plan for the construction of Chinese Enterprise Universities and the feasibility study report on investment Ⓓ 2022 ~ 2028
- 2022 free examination questions for safety management personnel of hazardous chemical business units and reexamination examination for safety management personnel of hazardous chemical business units
猜你喜欢
Buuctf, misc: sniffed traffic
IDENTITY
2022 free examination questions for safety management personnel of hazardous chemical business units and reexamination examination for safety management personnel of hazardous chemical business units
Farmersworld farmers world, no faith, how to talk about success?
Niuke winter vacation training camp 4 g (enumeration optimization, Euler power reduction)
[template summary] - binary search tree BST - Basics
How to connect a laptop to a projector
How the computer flushes the local DNS cache
Data consistency between redis and database
Blue Bridge Cup Guoxin Changtian single chip microcomputer -- led lamp module (V)
随机推荐
[secretly kill little partner pytorch20 days] - [day3] - [example of text data modeling process]
Report on the development strategy of China's engineering bidding agency and suggestions for the 14th five year plan Ⓙ 2022 ~ 2028
Uboot migration
Pan Yueming helps Germany's Rochester Zodiac custom wristwatch
SDNU_ ACM_ ICPC_ 2022_ Winter_ Practice_ 4th [individual]
The difference between SRAM and DRAM
Bluebridge cup Guoxin Changtian single chip microcomputer -- hardware environment (I)
UC Berkeley proposes a multitask framework slip
China's TPMS industry demand forecast and future development trend analysis report Ⓐ 2022 ~ 2028
Rest reference
LeetCode 540. A single element in an ordered array
Niuke winter vacation training camp 4 g (enumeration optimization, Euler power reduction)
Exclusive interview with the person in charge of openkruise: to what extent has cloud native application automation developed now?
How can enterprises and developers take advantage of the explosion of cloud native landing?
Mindmanager2022 serial number key decompression installer tutorial
JS demo calculate how many days are left in this year
This time, thoroughly understand bidirectional data binding 01
China's Call Center Industry 14th five year plan direction and operation analysis report Ⓔ 2022 ~ 2028
Functions and differences between static and Const
Data consistency between redis and database