随笔分类 - PAT
摘要:AC代码 转载自https://www.cnblogs.com/zjutJY/p/9413766.html 自己写的, 一个都没有通过
阅读全文
摘要:题目提交一直出现段错误,经过在网上搜索得知是数组溢出,故将数组设置的大一点 AC代码 include include define N 11000 using namespace std; int main(){ ifdef ONLINE_JUDGE else freopen("1.txt", "r
阅读全文
摘要:自己思路,没通过 include define N 54 int main() { ifdef ONLINE_JUDGE else freopen("1.txt", "r", stdin); endif int start[N + 1] = {0}, end[N + 1] = {0}, sequen
阅读全文

浙公网安备 33010602011771号