摘要:
A. Protect Sheep time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Bob is a farmer. He has 阅读全文
摘要:
A. Left-handers, Right-handers and Ambidexters time limit per test 1 second memory limit per test 256 megabytes input standard input output standard o 阅读全文
摘要:
//线段树区间/单点加、减、乘、赋值,查询区间/单点和、最大值、最小值。 #include #include #include using namespace std; namespace IO { const int InputBufferSize = 48*1024*1024; const int OutputBufferSize = 48*1024*1024; na... 阅读全文
摘要:
在NOIp2017中,我意识到自己啥也不会。如今SDOI2018快来了,自己还是啥也不会。高一两次考试注定以打两次酱油告终。还是记录一下,到NOIp之后如果还没有退役的话,那这个博客可能还会继续更新吧。大概退役是注定的吧。 SDOI2018 Day-3 这几天想做一下SDOI2017相关分析那道线段 阅读全文