poj 2656 Unhappy Jinjin

简介:

这题就不说了,太水了~~~

hint都贴代码了


相关文章
|
7月前
POJ-2245-Lotto
POJ-2245-Lotto
33 0
|
存储
|
算法 数据建模 机器学习/深度学习
POJ 1804
题目:http://poj.org/problem?id=1804 大意:给你一串数字,排序。求出最少的交换次数  \ 我用归并做的 #include #include using namespace std; int aa[500010],bb[500010]; long lon...
702 0
poj题目分类
http://www.cnblogs.com/kuangbin/archive/2011/07/29/2120667.html
773 0
|
存储
大数加法-poj-1503
poj-1503-Integer Inquiry Description One of the first users of BIT's new supercomputer was Chip Diller. He extended his exploration of powers of 3 to go from 0 to 333 and he explored taking vari
1120 0