cpp
int sum(int a,使用 int b) {
return a + b;
int main() {
std::vector v1 = {1, 2, 3};
std::vector v2 = {4, 5, 6};
}
在这个例子中