摘要: A-Buildings 保存第一个建筑的高度,然后只要后面出现比它高的输出即可。 #include <bits/stdc++.h> #define int long long using namespace std; const int N=1e6+10,mod=1e9+7; signed main 阅读全文
posted @ 2024-05-15 10:32 o-Sakurajimamai-o 阅读(32) 评论(0) 推荐(0)
-- --