摘要: #include<bits/stdc++.h> using namespace std; const int maxN = 2e5 + 5; struct Fruit { int type; bool hasPicked;//已被挑选过 }fruit[maxN]; int main() { int 阅读全文
posted @ 2021-11-02 17:02 zhoe 阅读(899) 评论(0) 推荐(0)