隐含类型是 int型例如sum(int a,int b){ int c; c=a+b; return c;}就等同于int sum(int a,int b){ int c; c=a+b; return c;}