0
1
2179
1、定義一個函數(shù),任意傳遞三個整數(shù)類型的值,返回這三個值的和、差、平均值。 int demo(int v1, int v2, int v3, int *p1, int *p...