int main后面的分号要去掉17行的printf("%d")要改为%f
17行,的printf("%d")改为%f
int main();,这个“;”删掉。还有文件名最好用英文。char t="A",改成char t='A'