最新 最热

CF1288C-Two Arrays (DP)

You are given two integers n and m. Calculate the number of pairs of arrays (a,b) such that:

2020-10-28
1

CodeForces - 1176A Divide it! (模拟+分类处理)

You can perform any of the following operations with this number an arbitrary (possibly, zero) number of times:

2020-10-28
1

codeforce 270C Magical Boxes

Emuskald is a well-known illusionist. One of his trademark tricks involves a set of magical boxes. The essence of the trick is in packing the boxes inside other...

2020-10-28
1

The Preliminary Contest for ICPC Asia Xuzhou 2019 徐州网络赛 A Who is better?

After Asgard was destroyed, tanker brought his soldiers to earth, and at the same time took on the important task of protecting the peace of the earth. The best...

2020-10-28
1

The Preliminary Contest for ICPC Asia Xuzhou 2019 徐州网络赛 C Buy Watermelon

The hot summer came so quickly that Xiaoming and Xiaohong decided to buy a big and sweet watermelon. But they are two very strange people. They are even-numbere...

2020-10-28
1

CodeForces - 1102A(思维题)

https://vjudge.net/problem/2135388/origin Describe

2020-10-28
1

POJ 2188 Cow Laundry

Cow Laundry Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 1376 Accepted: 886 Description

2020-10-28
1

Android自定义View实现QQ运动积分转盘抽奖功能

因为偶尔关注QQ运动, 看到QQ运动的积分抽奖界面比较有意思,所以就尝试用自定义View实现了下,原本想通过开发者选项查看下界面的一些信息,后来发现积分抽奖界面是在WebView中展示的,应该是在H5页面中用js代码实现的,暂时不去...

2020-10-26
1

codeforces1294D(思维+暴力)

Recall that MEX of an array is a minimum non-negative integer that does not belong to the array. Examples:

2020-10-23
1

codeforces 1343D(差分数组)

You are given an array a consisting of n integers (it is guaranteed that n is even, i.e. divisible by 2). All ai does not exceed some integer k.

2020-10-23
1