第4章函数
- #include <iostream>using namespace std;void main(){ int n; long a=1, b=1, c=1, temp;
第4章函数