06 2016 档案

摘要:#include <cstdio> #include <algorithm> using namespace std; int a[1005], n, temp, maxk; int main() { scanf("%d", &n); for(int i = 0; i < n; i++) { sca 阅读全文
posted @ 2016-06-20 08:43 一根咸鱼干 阅读(114) 评论(0) 推荐(0)
摘要:#include <cstdio> #include <cstring> #include <iostream> #include <algorithm> #include <queue> #include <string> using namespace std; int h[12][12],v[ 阅读全文
posted @ 2016-06-11 20:46 一根咸鱼干 阅读(64) 评论(0) 推荐(0)
摘要:Description We have a machine for painting cubes. It is supplied with three different colors: blue, red and green. Each face of the cube gets one of t 阅读全文
posted @ 2016-06-10 10:48 一根咸鱼干 阅读(97) 评论(0) 推荐(0)