CSP-S 2020 Travels

DAY 0

I hit the board in the morning before departure

The rest of the time is decadent

DAY 1

I was quite nervous before the exam, after all, this is the first major exam

There is no test machine for this year’s exam, and a virtual machine is used

At the beginning of the exam, I was not familiar with the virtual machine. When the virtual machine was turned on, there was an option to move or copy

I asked the invigilator. The invigilator said it was a problem with the machine, and then changed to another machine

After changing the machine, there is still such an option, and then I just choose one

The virtual machine is slow to boot, so go to the topic first

After reading the question of \(T1\), the virtual machine will boot

However, the window will not be enlarged after booting. It has been almost half an hour since the test started, so I can only continue typing in the small window

Because there was a lot of time wasted at the beginning, the idea of ​​\(T1\) was not very clear at the beginning, basically it was thinking while playing.

So I didn’t notice that it was the Julian calendar before \(1582\), and the second example would not survive.

Then start outputting intermediate variable debugging

After discovering this problem, almost an hour later, I found that I had written all false

After the change, the second point of the second example is still unclear

Comparison of output intermediate variables and violence found that the loop section was found wrong

Quickly change the \(100\) cycle section to \(400\)

After the second example

But the third big example is still nothing

Basically in a state of always finding errors and correcting them, but still can’t get past the big sample

There is one and a half hours left in the exam, so I can only throw away \(T1\) first, and go see \(T2\)

\(T2\) seems to be much simpler than \(T1\), as long as you consider it according to the position, we have gone through the big example again

In the rest of the time, \(T3\) hit a violent line segment tree, and it can actually run through the large sample

\(T4\) played a very fake greedy, but couldn’t even survive the second example

It should be \(n=3\) or it can be passed

I adjusted \(T1\) in the last ten minutes and found that the boundary was judged wrong

Should be greater than to greater than or equal

After the change, the sample can be oversized

I checked the file name in the last ten minutes and the exam was over

DAY 2

When it was tested in Los Angeles, \(T1\) became \(40\)

Did not change the boundary of \(<2000\) to be greater than or equal to

In this way, when encountering \(1\) month \(1\) day, it will output \(13\) month \(1\) day

\(T2\) For everyone who forgot to mark \(vis\), the code loops from \(1\) to \(m\), which directly degenerates into violence \(65\) points

\(T3\) was stuck as \(30\) violent

\(T4\) ended up writing, and it ended up with \(5\) points

The total score is \(40+65+30+5=140\), it’s about to retire

DAY 10

\(CCF\) official data is out

Score \(60+80+70+0=210\)

Save \(rk17\), hovering on the edge of retirement

Reflection

\(1\). Be sure to read the questions first when you start the exam to get a general impression of the overall difficulty of the question

\(2\), don’t believe in big examples, be sure to make a few sets of extreme data

\(3\), don’t waste too much time on one question

\(4\), pay attention to observe the data range, whether you need to open \(long\ long\), \(unsigned\ long\ long\) or even high precision, one or two points can be judged specially

CSP-S 2020 Travels的更多相关文章

  1. CSP/S 2020 退役记

    上一次的AFO记 上上次的AFO记 Day -INF 一条咸鱼的垂死挣扎. RP+=INF Day 0 出发辣. 早上来到机房,带上了准备的面包和泡面....然而后来嫌太占地方就没拿...草了. 而且 ...

  2. [游记]2020/CSP - S总结

    2020 / C S P − S 总 结 2020/CSP - S总结 2020/CSP−S总结 这年的 C S P CSP CSP考的不是很理想,本来稳进的 C S P − J CSP-J CSP− ...

  3. 2020 CSP&NOIP 游记

    CSP初赛 CSP初赛 Day -1 早上打了模拟赛,T2寒假正好做过,然而还是还是被踩Orz,郑外NB!.中午出校吃了大盘鸡和拉面,还带回来了三瓶可乐. 初赛知识点看了两页不(看)想(不)看(懂)了 ...

  4. 【初赛】CSP 2020 第一轮(初赛)模拟记录

    感觉初赛不过关,洛谷上找了一套没做过的来练习. 顺便写了详细的题解. 试题用时:1h 单项选择: 第 1 题 十进制数 114 的相反数的 8 位二进制补码是: A.10001110 B.100011 ...

  5. CSP.2020

    自闭jpg. 就说说 PJ 吧. TG炸的原因主要是因为PJ的炸裂以及T1--所以就直接分析根本原因了. # 参考补题链接 # # 推荐博客链接 # 0x00 考前一天晚上. 在LH巨佬家吃了饭,前往 ...

  6. 2020: [Usaco2010 Jan]Buying Feed, II

    2020: [Usaco2010 Jan]Buying Feed, II Time Limit: 3 Sec  Memory Limit: 64 MBSubmit: 220  Solved: 162[ ...

  7. 【BZOJ】2020: [Usaco2010 Jan]Buying Feed, II (dp)

    http://www.lydsy.com/JudgeOnline/problem.php?id=2020 和背包差不多 同样滚动数组 f[j]表示当前位置j份食物的最小价值 f[j]=min(f[j- ...

  8. CSP初赛复习

    初赛复习 初赛一定要过啊,否则付出的那么多都白搭了! while(1) ++csp.rp,++csp.luck,++csp.scores; 历史 2020年开始,除NOIP以外的NOI系列其他赛事(包 ...

  9. Spring Cloud--尚硅谷2020最新版

    Spring Cloud 初识Spring Cloud与微服务 在传统的软件架构中,我们通常采用的是单体应用来构建一个系统,一个单体应用糅合了各种业务模块.起初在业务规模不是很大的情况下,对于单体应用 ...

随机推荐

  1. 多测师讲解_007 hashlib练习

    #Hash,译做"散列",也有直接音译为"哈希"的.把任意长度的输入,通过某种hash算法,变换成固定长度的输出,该输出就是散列值,也称摘要值.该算法就是哈希函 ...

  2. Windows下CertUtil校验和编码文件

    目录 前言 CertUtil计算文件hash 计算MD2 计算MD4 计算MD5 计算SHA1 计算SHA256 计算SHA384 计算SHA512 文件base64编码 文件base64解码 文件h ...

  3. boost之asio

    asio asio是C++的准标准网络库,并且C++20标准库的网络部分将基于ASIO,需引入头文件#include <boost/asio.hpp>. ip地址 boost定义了表示ip ...

  4. python实现elasticsearch操作-CRUD API

    python操作elasticsearch常用API 目录 目录 python操作elasticsearch常用API1.基础2.常见增删改操作创建更新删除3.查询操作查询拓展类实现es的CRUD操作 ...

  5. 扫描仪扫描文件处理-Photoshop批处理弹出色阶设置框解决

    为什么我录制动作明明设置的有色阶,最后批处理的时候仍然弹出了色阶设置框?   出现问题原因可能是你在录入设置色阶动作的时候,是彩色图片或者灰阶中的一种,而批处理的时候遇到了另外一种色彩模式.所以动作中 ...

  6. fastdfs之同一台storage server下包含多个store path

    一,查看本地centos的版本 [root@localhost lib]# cat /etc/redhat-release CentOS Linux release 8.1.1911 (Core) 说 ...

  7. 第一章 数据库管理员(DBA)

    一.DBA的工作 1.初级:mysql基础安装.搭建 2.中级:数据库管理员DBA 1)用户管理 1.用户的权限2.用户可以操作的库或者表3.用户名和来源的主机4.用户的密码​grant all on ...

  8. 【应用服务 App Service】App Service发生错误请求时,如何查看IIS Freb日志,从中得知错误所发生的模块,请求中所携带的Header信息

    问题描述 在使用Azure App Service时候,我们有时候对 一些请求发生错误毫无头绪,能从错误代码中知道请求错误,但是更多的信息呢? 当我们需要更多的信息时候,通常有以下的一些方式来查找问题 ...

  9. MVC登录

    前言 最近没什么好写的,准备把MVC的登录再写一下,巩固一下 HTML @{ Layout = null; } <!DOCTYPE html> <html> <head& ...

  10. Windows下mysql5.6升级到5.7的方法

    Mysql的升级方式分为两种:原地升级和逻辑升级.这两种升级方式,本质没有什么区别的. 只是在对数据文件的处理上有些区别而已.原地升级是直接将数据文件进行拷贝,而逻辑升级对数据文件的处理方式是通过逻辑 ...