摘要: 1. #include <iostream>#include <vector> using namespace std; int n; void solve(){ cin >> n; vector<string> vec; for (int i = 0; i < n; i ++) { string 阅读全文
posted @ 2023-05-09 22:29 Verneyyx 阅读(24) 评论(0) 推荐(0)