最新 最热

HDOJ 1091 A+B for Input-Output Practice (III)

Problem Description Your task is to Calculate a + b.

2021-01-19
0

HDOJ1018Big Number

Problem Description In many applications very large integers numbers are required. Some of these applications are using keys for secure transmission of data, ...

2021-01-19
1

Linux 下查看系统当前登录用户信息

1. w : Show who is logged on and what they are doing.

2020-12-30
0

两个list取出重复数据

当类型为引用类型也是可以的,因为list.contains 内部实现为equals() , 所以两个String类型的list 也是可以用这个方法的

2020-12-25
1

Vector集合最全面的源码分析

对于每个方法,去理解具体的实现原理,学会如何分析一个方法,这样可以帮你更加去编写可读性高,具备可扩展的代码有所帮助,其实,现在我写内容也帮助了自己很多,如果帮助到需要的你,那就再好不过了,喜欢的帮忙转发一下(感谢)...

2020-12-14
0

数学--数论--Hdu 5793 A Boring Question (打表+逆元)

There are an equation. ∑0≤k1,k2,⋯km≤n∏1⩽j<m(kj+1kj)%1000000007=? We define that (kj+1kj)=kj+1!kj!(

2020-11-06
0

数学--数论--HDU 1098 Ignatius's puzzle (费马小定理+打表)

Problem Description Ignatius is poor at math,he falls across a puzzle problem,so he has no choice but to appeal to Eddy. this problem describes that:f(x)=5x13+...

2020-11-06
0

数学--数论--HDU - 6124 Euler theorem (打表找规律)

HazelFan is given two positive integers a,b, and he wants to calculate amodb. But now he forgets the value of b and only remember the value of a, please tell hi...

2020-11-05
0

codeforce 1311 C. Perform the Combo 前缀和

You want to perform the combo on your opponent in one popular fighting game. The combo is the string s consisting of n lowercase Latin letters. To perform the c...

2020-10-29
0

Codeforces Round #622 (Div. 2) 1313 B Different Rules

Nikolay has only recently started in competitive programming, but already qualified to the finals of one prestigious olympiad. There going to be n participants,...

2020-10-29
1