#include <math.h>#include <stdio.h>void main(){ double x, s; printf("input number:\n"); scanf("%if",&x); s=sin(x); printf("sine of %If is %If\n",x, s)
一个程序里面怎么能有两个main函数呢??? 追问
0 15
Z=max(x,y);这个Z没有声明。 追问
0 8