省赛
Joovo
成事不说,遂事不谏,既往不咎。
展开
-
17-JSCPC&&CCPC中南赛区 E-Partial Sum-区间求和&前缀和
题目链接: http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1264Partial SumBobo has a integer sequence a1,a2,…,an of length n. Each time, he selects two ends 0≤l#include<bits/stdc++.h> using na原创 2017-05-24 00:04:40 · 616 阅读 · 0 评论 -
17年浙江省省赛C-What Kind of Friends Are You?
这道算是一道比较麻烦的水题。麻烦是针对我来说的,因为涉及到 map 的操作和长长的题干。 本来想节选一下,但是英文的概括能力太差= =大意:多组数据。 Kaban 有 n 个朋友,现在给出 c 个名字,他们中有 n 个是 Kaban 的朋友。Kaban 问 q 个问题来确定她的朋友。 回答 yes(1)的是她的朋友,回答no(0)的不是。每个问题得到的回应和每个真正的朋友的回答情原创 2017-04-22 21:16:23 · 1076 阅读 · 0 评论 -
17-JSCPC&&CCPC中南赛区 D-Super Resolution-字符串签到
题目链接:http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1263 //湘潭CCPC同一套题 竟然没找到JSCPC的地址 实现图形的放大 直接输出Description Bobo has an n×m picture consists of black and white pixels. He loves the pi原创 2017-05-20 11:21:08 · 818 阅读 · 0 评论 -
17-JSCPC&&CCPC中南赛区 I-Strange Optimization-数学
大意 求 这个的最大值 http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1268题解: #include <bits/stdc++.h> using namespace std; typedef long long ll; #define mem(s,t) memset(s,t,sizeof(s)) #define D(原创 2017-05-20 11:45:01 · 675 阅读 · 0 评论 -
17-JSCPC&&CCPC中南赛区 H-Highway 树的直径DFS
题目链接: http://202.197.224.59/OnlineJudge2/index.php/Problem/read/id/1267Description In ICPCCamp there were n towns conveniently numbered with 1,2,…,n connected with (n−1) roads. The i-th road connecti原创 2017-05-22 22:13:52 · 506 阅读 · 0 评论 -
2017江苏省赛
上周末作为游客队去参加了江苏省赛 jscpc,和 ccpc 湘潭用的是一套题。我们学校南京、湘潭各去了 3 队,南京 AC 情况分别是5、4、4题,我们队 A 了 4 题排名 28 ,大三队打得不错排名第 5 ,还有一支队在我们下面一点,大概 30 多名吧。湘潭那边三支队 AC 情况好像是4、4、3。总体来说这次成绩都还可以。第一次以一个队为单位参加比赛,收获了挺多,从不习惯 IDE、ubuntu原创 2017-05-16 12:37:01 · 849 阅读 · 0 评论