随笔分类 -  基础题

摘要:C. Robot Breakout time limit per test3 seconds memory limit per test256 megabytes inputstandard input outputstandard output n robots have escaped from 阅读全文
posted @ 2019-07-26 00:50 茄子Min 阅读(433) 评论(0) 推荐(0)
摘要:B. Odd Sum Segments time limit per test3 seconds memory limit per test256 megabytes inputstandard input outputstandard output You are given an array a 阅读全文
posted @ 2019-07-26 00:42 茄子Min 阅读(414) 评论(0) 推荐(0)
摘要:A. Three Piles of Candies time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Alice and Bob have 阅读全文
posted @ 2019-07-26 00:38 茄子Min 阅读(396) 评论(0) 推荐(0)
摘要:Jim has a balance and N weights. (1≤N≤20) The balance can only tell whether things on different side are the same weight. Weights can be put on left s 阅读全文
posted @ 2019-07-19 22:16 茄子Min 阅读(213) 评论(0) 推荐(0)
摘要:C. From S To T time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output You are given three strings s, 阅读全文
posted @ 2019-07-15 14:08 茄子Min 阅读(348) 评论(0) 推荐(0)
摘要:C. Multi Subject Competition time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output A multi subject 阅读全文
posted @ 2019-07-14 18:06 茄子Min 阅读(139) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/308/B 来源:牛客网 tokitsukaze and RPG 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 题目描述 阅读全文
posted @ 2019-07-13 23:06 茄子Min 阅读(201) 评论(0) 推荐(0)
摘要:There are N schedules, the i th schedule has start time si and end time ei (1 题意: 思路: 先把每一个任务按照起始时间排序,然后用一个multiset维护每一个机器在做任务的终止时间, 对于每一个任务,我们去multis 阅读全文
posted @ 2019-07-13 15:04 茄子Min 阅读(306) 评论(0) 推荐(0)
摘要:A. Alex and a Rhombus time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output While playing with geom 阅读全文
posted @ 2019-06-22 19:55 茄子Min 阅读(650) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/1/I 来源:牛客网 主持人的烦恼 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 131072K,其他语言262144K 64bit IO Format: %lld 题目描述 一天zzq主持一项游戏,共n 阅读全文
posted @ 2019-06-10 10:31 茄子Min 阅读(251) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/1/C来源:牛客网 安卓图案解锁 安卓图案解锁 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 131072K,其他语言262144K 64bit IO Format: %lld 题目描述 栗主席(lizi 阅读全文
posted @ 2019-06-09 21:10 茄子Min 阅读(503) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/1/B来源:牛客网 全屏查看题目 全屏查看题目 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 131072K,其他语言262144K 64bit IO Format: %lld 题目描述 ElemenT马 阅读全文
posted @ 2019-06-09 20:17 茄子Min 阅读(350) 评论(0) 推荐(0)
摘要:链接:https://ac.nowcoder.com/acm/contest/82/D来源:牛客网 题目描述 点点是一名出色的狼人。众所周知,狼人只有在满月之夜才会变成狼。 同时,月亮的大小随着时间变化,它的大小变化30天为一循环。它的变化情况(从第一天开始)为0, 1, 2, 3, 4, 5, 6 阅读全文
posted @ 2019-05-31 17:12 茄子Min 阅读(433) 评论(0) 推荐(0)
摘要:题目背景 ​91029102 年 99 月 22 日,百度在 X 市 XX 中学举办的第一场 AI 知识小课堂大获好评!同学们对矩阵的掌握非常棒。 今天的 AI 知识小课堂的第二场开讲啦。本场 AI 知识小课堂老师教授的是数组的相关知识 上升子序列。 题目描述 给一个长度为 nn 的数组 aa 。试 阅读全文
posted @ 2019-05-31 15:11 茄子Min 阅读(512) 评论(2) 推荐(0)