
vjudge暑假集训
文章平均质量分 93
.
鸡冠花12138
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Sign In and Sign Out
1006. Sign In and Sign Out (25) 时间限制 400 ms 内存限制 65536 kB 代码长度限制 16000 B 判题程序 Standard 作者 CHEN, Yue At the beginning of every day, the fi原创 2017-09-12 18:44:46 · 404 阅读 · 0 评论 -
Judges' Time Calculation
题意:给一个比赛开始的时间和答题的总时间,求每到一个正点,过了多少分钟。 主要注意输出就行 #include<set> #include<map> #include<list> #include<queue> #include<cmath> #include<stack> #include<vector...原创 2018-08-11 10:56:19 · 155 阅读 · 0 评论 -
Queen Collision
Lots of time has been spent by computer science students dealing with queens on a chess board. Two queens on a chessboard collide if they lie on the same row, column or diagonal, and there is no piece...原创 2018-08-11 11:06:20 · 230 阅读 · 0 评论 -
Image Compression
Strategies for compressing two-dimensional images are often based on finding regions with high similarity. In this problem, we explore a particular approach based on a hierarchical decomposition of th...原创 2018-08-11 11:18:10 · 624 阅读 · 0 评论 -
fzu1914
Problem 1914 Funny Positive Sequence Accept: 510 Submit: 2275 Time Limit: 1000 mSec Memory Limit : 32768 KB Problem Description There are n integers a1,a2,…,an-1,an in the sequence A, the s...原创 2018-08-11 20:29:01 · 300 阅读 · 0 评论