最佳答案:隐含类型是 int型例如sum(int a,int b){int c;c=a+b;return c;}就等同于int sum(int a,int b){int
最佳答案:x=0 是跳跃间断点;x=1 是可去间断点,修改 f(1)=2 则为连续点;x=2 是可去间断点,修改 f(2)=0 则为连续点;补充 f(-1)=0 则为右连