Loading

摘要: 题目链接 https://www.luogu.com.cn/problem/P1098 题目思路 模拟,注意记录偏移量来去掉 ''-'' 题目代码 最傻的模拟 #include <iostream> #include <algorithm> using namespace std; const in 阅读全文
posted @ 2022-03-14 17:50 vacilie 阅读(105) 评论(0) 推荐(0)