摘要: //input template#include<bits/stdc++.h> using namespace std; int solve() { int n,s; cin>>n>>s; vector<int> tri(n); for(int i=0;i<n;i++) { cin>>tri[i]; 阅读全文
posted @ 2020-01-21 20:05 黑暗尽头的超音速炬火 阅读(146) 评论(0) 推荐(0)