Java. C++. #include <bits/stdc++.h> using namespace std; int solve(vector<int> v) { int n = v.size(); if (n == 0) return 0; int mx = v[0];
確定! 回上一頁