摘要: CF1141G Privatization of Roads in Treeland 洛谷传送门 题目描述 Treeland consists of nn cities and n-1n−1 roads. Each road is bidirectional and connects two dis 阅读全文
posted @ 2020-11-10 20:53 Seaway-Fu 阅读(95) 评论(0) 推荐(0) 编辑
摘要: CF691C Exponential notation 洛谷评测传送门 题目描述 You are given a positive decimal number xx . Your task is to convert it to the "simple exponential notation". 阅读全文
posted @ 2020-11-10 19:12 Seaway-Fu 阅读(165) 评论(0) 推荐(0) 编辑
摘要: CF76D Plus and xor 洛谷传送门 题目描述 Bitwise exclusive OR (or bitwise addition modulo two) is a binary operation which is equivalent to applying logical excl 阅读全文
posted @ 2020-11-10 17:12 Seaway-Fu 阅读(141) 评论(0) 推荐(0) 编辑
摘要: CSP-S2020 T3 函数调用 洛谷评测传送门 题目描述 函数是各种编程语言中一项重要的概念,借助函数,我们总可以将复杂的任务分解成一个个相对简单的子任务,直到细化为十分简单的基础操作,从而使代码的组织更加严密、更加有条理。然而,过多的函数调用也会导致额外的开销,影响程序的运行效率。 某数据库应 阅读全文
posted @ 2020-11-10 10:58 Seaway-Fu 阅读(480) 评论(2) 推荐(0) 编辑
摘要: 小技巧—强制类型转换 谨以此篇,纪念CSP-S2020 T2T3挂了60pts的自己。 爆数据类型这件事,凡是学过OI的应该都有所耳闻。 那么什么时候会爆呢?总结一下。 首先,输出输入如果超过这个数据类型的最大容纳量,那就爆了。这是最显然的。可以通过给定的数据范围判断。 然后是隐晦一点的,中间过程爆 阅读全文
posted @ 2020-11-10 08:24 Seaway-Fu 阅读(137) 评论(0) 推荐(0) 编辑