
vjudge暑假集训
文章平均质量分 93
.
鸡冠花12138
这个作者很懒,什么都没留下…
展开
-
Sign In and Sign Out
1006. Sign In and Sign Out (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueAt the beginning of every day, the fi原创 2017-09-12 18:44:46 · 397 阅读 · 0 评论 -
Judges' Time Calculation
题意:给一个比赛开始的时间和答题的总时间,求每到一个正点,过了多少分钟。主要注意输出就行#include<set>#include<map>#include<list>#include<queue>#include<cmath>#include<stack>#include<vector...原创 2018-08-11 10:56:19 · 148 阅读 · 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 · 219 阅读 · 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 · 610 阅读 · 0 评论 -
fzu1914
Problem 1914 Funny Positive SequenceAccept: 510 Submit: 2275Time Limit: 1000 mSec Memory Limit : 32768 KB Problem DescriptionThere are n integers a1,a2,…,an-1,an in the sequence A, the s...原创 2018-08-11 20:29:01 · 282 阅读 · 0 评论