1.题目介绍
2.考察点,难度模拟现实类,Vector容器的运用,寻找规律,难度易
3.解题代码#include <iostream>
#include <vector>
#include <cmath>
2021-02-09