随笔分类 -  规律/打表/结论题

摘要:2018 ICPC Asia Nakhon Pathom Regional Contest-F.Lucky Pascal Triangle(杨辉三角,递归,分治,规律) 题意: 问杨辉三角$[0,n]$行有多少个数是7的倍数,\(n\leq 10^{18}\)。 思路: 下图中1代表该数是7的倍数, 阅读全文
posted @ 2020-12-24 22:46 茄子Min 阅读(166) 评论(0) 推荐(0)
摘要:The 2020 ICPC Asia Taipei-Hsinchu Site Programming Contest-C题 Pyramid (思维,递推,规律) 题意: 一个n*n的矩阵,取其上三角矩阵,每个点的初值为L,左上角为起点,每次在起点放入一个球,如果当前点为L,则向下走,若为R,则向右走 阅读全文
posted @ 2020-12-23 21:01 茄子Min 阅读(266) 评论(0) 推荐(0)
摘要:2018 ACM 国际大学生程序设计竞赛上海大都会赛重现赛 H A Simple Problem with Integers (线段树,循环节) 链接:https://ac.nowcoder.com/acm/contest/163/H 来源:牛客网 链接:https://ac.nowcoder.co 阅读全文
posted @ 2019-11-09 18:41 茄子Min 阅读(243) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/1083/C来源:牛客网 题目描述 给出直角三角形其中一条边的长度n,你的任务是构造剩下的两条边,使这三条边能构成一个直角三角形。 输入描述: 输出描述: 示例1 输入 "复制" ;) 输出 "复制" ;) 示例2 输入 阅读全文
posted @ 2019-11-01 00:58 茄子Min 阅读(281) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/897/L 来源:牛客网 XOR 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 题目描述 Exclusive or is a 阅读全文
posted @ 2019-07-22 22:07 茄子Min 阅读(589) 评论(0) 推荐(0)
摘要:Every person likes prime numbers. Alice is a person, thus she also shares the love for them. Bob wanted to give her an affectionate gift but couldn't 阅读全文
posted @ 2019-07-22 01:26 茄子Min 阅读(281) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/308/D 来源:牛客网 tokitsukaze and Inverse Number 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format 阅读全文
posted @ 2019-07-16 22:37 茄子Min 阅读(185) 评论(0) 推荐(0)
摘要:D. 1 2 K Game time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Alice and Bob play a game. The 阅读全文
posted @ 2019-07-15 01:51 茄子Min 阅读(656) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/308/C 来源:牛客网 tokitsukaze and Number Game 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: % 阅读全文
posted @ 2019-07-14 13:24 茄子Min 阅读(191) 评论(0) 推荐(0)
摘要:为了给全球小学员打起信息安全“保护伞”,VIPKID 还建立了一套立体化的安全防御体系,7 \times 247×24 小时持续安全监控与应急响应等多项联动,具备业界最高级别的数据安全保护标准。值得一提的是,VIPKID 也是行业业内唯一通过 ISO 国际信息安全体系认证、公安部信息安全等级保护三级 阅读全文
posted @ 2019-06-17 18:40 茄子Min 阅读(243) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/3/D 来源:牛客网 Disdain Chain 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 题目描述 BNU ACM 阅读全文
posted @ 2019-06-12 22:28 茄子Min 阅读(225) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/1/J 来源:牛客网 武藏牌牛奶促销 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 131072K,其他语言262144K 64bit IO Format: %lld 题目描述 武藏牌牛奶为了吸引顾客,推 阅读全文
posted @ 2019-06-10 11:05 茄子Min 阅读(290) 评论(0) 推荐(0)
摘要:Problem Statement There is an integer sequence A of length N. Find the number of the pairs of integers l and r (1≤l≤r≤N) that satisfy the following co 阅读全文
posted @ 2019-05-10 11:50 茄子Min 阅读(545) 评论(0) 推荐(0)
摘要:C. Really Big Numbers time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output C. Really Big Numbe 阅读全文
posted @ 2019-01-27 22:15 茄子Min 阅读(465) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/342/B来源:牛客网 筱玛的排列 筱玛的排列 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 524288K,其他语言1048576K 64bit IO Format: %lld 时间限制:C/C++ 1 阅读全文
posted @ 2019-01-15 20:10 茄子Min 阅读(349) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/342/A来源:牛客网 筱玛的快乐 筱玛的快乐 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 524288K,其他语言1048576K 64bit IO Format: %lld 题目描述 筱玛是个快乐的 阅读全文
posted @ 2019-01-15 17:20 茄子Min 阅读(252) 评论(0) 推荐(0)