摘要: 牛客OI周赛7-普及组 比赛链接 A救救喵咪 这题非常简单,纯模拟就可以过,不用解释 代码如下 #include<bits/stdc++.h> using namespace std; struct gg { int x,y; }a[10005]; int main() { int n; cin>> 阅读全文
posted @ 2020-10-29 16:58 馅鱼 阅读(60) 评论(0) 推荐(1)