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. hdfs的JAVA必会操作

    hdfs的必会操作 创建目录 //创建目录 public static void mkdir(String filePath) throws URISyntaxException, IOExcepti ...

  2. lumen-ioc容器测试 (4)

    lumen-ioc容器测试 (1) lumen-ioc容器测试 (2) lumen-ioc容器测试 (3) lumen-ioc容器测试 (4) lumen-ioc容器测试 (5) lumen-ioc容 ...

  3. lumen-ioc容器测试 (3)

    lumen-ioc容器测试 (1) lumen-ioc容器测试 (2) lumen-ioc容器测试 (3) lumen-ioc容器测试 (4) lumen-ioc容器测试 (5) lumen-ioc容 ...

  4. Linux 发行版本简介

    1991年的10月5日Linus Benedict Torvalds在comp.os.minix 新闻组上发布消息,正式向外宣布他自行编写的完全自由免费的内核诞生(Freeminix-like ker ...

  5. 经典剪枝算法的例题——Sticks详细注释版

    这题听说是道十分经典的剪枝算的题目,不要问我剪枝是什么,我也不知道,反正我只知道用到了深度搜索 我参考了好多资料才悟懂,然后我发现网上的那些大神原理讲的很明白,但代码没多少注释,看的很懵X,于是我抄起 ...

  6. win10系统出现“VMware Workstation与Device/Credential Guard不兼容”的解决办法

    办公室win10 64位系统安装的VMware Workstation,有一天启动时出现提示"VMware Workstation 与 Device/Credential Guard 不兼容 ...

  7. 布隆过滤器 Bloom Filter 2

    date: 2020-04-01 17:00:00 updated: 2020-04-01 17:00:00 Bloom Filter 布隆过滤器 之前的一版笔记 点此跳转 1. 什么是布隆过滤器 本 ...

  8. Chrome FeHelper 插件下载地址

    方便大家下载 下载可用,本人亲自测试 下载地址: 地址链接

  9. Redis学习笔记(六)——数据结构之Set

    一.介绍 Redis的Set是string类型的无序集合.集合成员是唯一的,这就意味着集合中不能出现重复的数据. Redis中集合是通过哈希表实现的,所以添加.删除.查找的复杂度都是O(1). 集合中 ...

  10. D. Regular Bridge 解析(思維、圖論)

    Codeforce 550 D. Regular Bridge 解析(思維.圖論) 今天我們來看看CF550D 題目連結 題目 給你一個\(k\le100\),請構造出一個至少有一個Bridge的,每 ...