03 2021 档案

摘要:题目 Tutorial 1.双指针 2.vector声明位置及大小 vector<int> d(lena + 1); 3. vector和string一样,访问下标从0开始(一定注意) 代码: #include<bits/stdc++.h> typedef long long ll; #define 阅读全文
posted @ 2021-03-03 23:53 juuich