2018年7月31日

摘要: A Simple Problem with IntegersYou have N integers, A1, A2, ... , AN. You need to deal with two kinds of... 阅读全文
posted @ 2018-07-31 20:24 ~~晨阳 阅读(163) 评论(0) 推荐(0) 编辑
 
摘要: 题目链接 CodeForces - 1005CA sequence a1,a2,…,an is called good if, for each element ai, there exists... 阅读全文
posted @ 2018-07-31 11:30 ~~晨阳 阅读(181) 评论(0) 推荐(0) 编辑
 
摘要: 举个例子加以说明: 例子来源 假设给定的序列为 4 3 2 1,我们从左往右依次将给定的序列输入,每次输入一个数temp时,就将当前序列中大于temp的元素的个数计算出来,并累加到ans中,最后ans就是这个序列的逆序数个数。 序列的变化(下划线为新增加元... 阅读全文
posted @ 2018-07-31 11:09 ~~晨阳 阅读(212) 评论(0) 推荐(0) 编辑