怎么用c语言编程一个分段函数?求教大神!

问题描述:

怎么用c语言编程一个分段函数?求教大神!
当(x

int fun(int x)
{int y;
if(x用程序运行的时候显示 int fun (int x)有错啊warning C4518: 'int ' : storage-class or type specifier(s) unexpected here; ignored
error C2146: syntax error : missing ';' before identifier 'fun你有没有用到main函数啊?再试一遍。
#include
int fun(int x)
{
int y;
if(x else if(x else if(x else y=x*x+10;
return y;
}
void main()
{
int a;
scanf("%d",&a);
printf("%d",fun(a));
}