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. 详解command设计模式,解耦操作和回滚

    大家好,欢迎来到设计模式专题,我们的主旨是介绍一些有趣好玩的设计模式. 今天我们介绍的设计模式叫做命令模式(command),在这个模式下,我们可以实现do和undo的解耦,让使用方不用关心内部的实现 ...

  2. Mysql索引(一篇就够le)

    我想很多人对mysql的认知可能就是CRUD(代表创建(Create).更新(Update).读取(Retrieve)和删除(Delete)操作),也不敢说自己会用和熟悉mysql,当然我就是其中一个 ...

  3. CentOS7克隆多个虚拟机

    VMware+centos7克隆虚拟机 步骤一:打开虚拟机,右键选中已经配置好的虚拟机,选择manage下面的clone选项.这里有一个需要注意的地方,就是虚拟机在启动或者挂起的状态下是不能clone ...

  4. 互不侵犯(洛谷P1896)

    题目:在N*N的棋盘里面放k个国王,使他们互不攻击,共有多少种摆放方案.国王能攻击到它上下左右,以及左上左下右上右下八个方向上附近的各一个格子,共8个格子. 输入输出:输入N,K,输出有几种放置方法. ...

  5. windows搭建SVN服务MD版

    windows搭建SVN服务MD 1下载TortoiseSVN 官网下载 根据自己系统环境选择适合的版本 2 安装TortoiseSVN 双击运行程序 出现第一个小坑 原来是你的系统没有打 kb299 ...

  6. Eclipse JSP +Tomcat 环境搭建 错误记录

    环境搭建请参考原文:https://www.cnblogs.com/james-lee/p/5964238.html 错误1:运行时,弹出如下错误:(如果没有此错误,请忽略) 原因是,我们之前点击了T ...

  7. 【API管理 APIM】如何查看APIM中的Request与Response详细信息,如Header,Body中的参数内容

    问题描述 通过APIM门户或者是Developer门户,我们可以通过Test功能测试某一个接口,通过Trace可以获取非常详细的Request,Response的信息,包含Header,X-Forwa ...

  8. Chimm.Excel —— 使用Java 操作 excel 模板文件生成 excel 文档

    Chimm.Excel -- 设置模板,填充数据,就完事儿了~ _____ _ _ _____ _ / __ \ | (_) | ___| | | | / \/ |__ _ _ __ ___ _ __ ...

  9. git -- Authentication failed for 报错如何解决?

    昨天拉代码拉不下来,报这个错误:fatal: Authentication failed for .... 有很多网上的解释是 $  git config --global --replace-all ...

  10. JS对象的各种操作

    对象由若干键值对组成 属性 都是为字符串类型,值 就可以为任意类型 var xiaoming= { name: '小明', 'school': 'No.1 School' }; 访问对象里面的属性,可 ...