随笔分类 -  STL学习笔记

摘要:STL初探中的初探 梳理一下几道例题 Uva10474 Where is the Marble "原题地址" 。。。 都不想说什么,贴代码 cpp include using namespace std; int a[100005]; int n,q; int cnt=0; int main() { 阅读全文
posted @ 2019-07-01 21:39 HaderMimosaAcrux 阅读(160) 评论(0) 推荐(0)