端庄洋葱

文章
5
资源
0
加入时间
2年10月21天

two point

名字是zhw起的。 有这样一个问题: 解法: 利用两个指针,其中一个从前往后扫a数组,另一个从后往前扫b数组,先固定其中一个,另一个来扫 用可能成为最大值的数来更新答案。 具体看代码吧:#include<iostream>#include<cstring>#include<algorithm>#include<cstdio>using namespace std;i