上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 26 下一页
摘要: 1249E - By Elevator or Stairs? #include <iostream> #include <vector> #include <algorithm> #include <string> #include <set> #include <queue> #include < 阅读全文
posted @ 2020-07-08 22:12 DeaL57 阅读(235) 评论(0) 推荐(0)
摘要: You play a computer game. In this game, you lead a party of mm heroes, and you have to clear a dungeon with nn monsters. Each monster is characterized 阅读全文
posted @ 2020-07-07 23:28 DeaL57 阅读(189) 评论(0) 推荐(0)
摘要: 1283E - New Year Parties #include <iostream> #include <vector> #include <algorithm> #include <string> #include <set> #include <queue> #include <map> # 阅读全文
posted @ 2020-07-06 19:52 DeaL57 阅读(178) 评论(0) 推荐(0)
摘要: 1286A - Garland 玄学特判+贪心 #include <iostream> #include <vector> #include <algorithm> #include <string> #include <set> #include <queue> #include <map> #i 阅读全文
posted @ 2020-07-05 12:26 DeaL57 阅读(160) 评论(0) 推荐(0)
摘要: 1296E1 - String Coloring (easy version) 因为只有两种颜色,只要可以排成两组非递减序列即可 #include <iostream> #include <vector> #include <algorithm> #include <string> #include 阅读全文
posted @ 2020-07-05 10:12 DeaL57 阅读(160) 评论(0) 推荐(0)
摘要: You wrote down all integers from 00 to 10n−110n−1, padding them with leading zeroes so their lengths are exactly nn. For example, if n=3n=3 then you w 阅读全文
posted @ 2020-07-04 13:12 DeaL57 阅读(156) 评论(0) 推荐(0)
摘要: 原题 The round carousel consists of nn figures of animals. Figures are numbered from 11 to nn in order of the carousel moving. Thus, after the nn-th fig 阅读全文
posted @ 2020-07-04 10:01 DeaL57 阅读(159) 评论(0) 推荐(0)
摘要: You are given a tree consisting of nn vertices. A tree is a connected undirected graph with n−1n−1 edges. Each vertex vv of this tree has a color assi 阅读全文
posted @ 2020-07-03 23:05 DeaL57 阅读(185) 评论(0) 推荐(0)
摘要: 恢复内容开始 D. Grid-00100 time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A mad scientist Dr.J 阅读全文
posted @ 2020-07-02 21:42 DeaL57 阅读(173) 评论(0) 推荐(0)
摘要: You have unweighted tree of nn vertices. You have to assign a positive weight to each edge so that the following condition would hold: For every two d 阅读全文
posted @ 2020-06-30 17:51 DeaL57 阅读(244) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 26 下一页