秋水至寒 2022-10-30 11:35 采纳率: 78.6%
浏览 14
已结题

c语言的项目不太懂,为什么一运行就总是出现问题,我是真的不太懂,抱歉

#include <stdio.h>
#include <stdlib.h>
#include<math.h>
#include"BASE.h"
#include"fun_5.h"
/* run this program using the console pauser or add your own getch, system("pause") or input loop */

int main(int argc, char *argv[]){
int main()
{
int n;
printf( "1.Decimal to Binary\n2Make a pattern output\n3.Determine what triangle it is\n4.Sum of any two digit number\n5.What is the volume of the sphere\n6.How many leap years have you been born\n");
scanf("%d",&n);
switch(n){

case 1:{
int n,h;
printf("Please input the number\n");
scanf("%d",&n);
h=DecimalToBinary(n);
printf("%d",h);}

case 2:{
double radius;
printf("enter radius:");
scanf("%lf",&radius);
printf("Volume=%lf\n",Volume(radius));}
}
}
return 0;
}

img

  • 写回答

1条回答 默认 最新

  • 叶落花枯 2022-10-30 12:13
    关注

    为什么有两个main函数

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 已结题 (查看结题原因) 10月30日
  • 已采纳回答 10月30日
  • 创建了问题 10月30日

悬赏问题

  • ¥15 CCF-CSP 2023 第三题 解压缩(50%)
  • ¥30 comfyui openpose报错
  • ¥20 Wpf Datarid单元格闪烁效果的实现
  • ¥15 图像分割、图像边缘提取
  • ¥15 sqlserver执行存储过程报错
  • ¥100 nuxt、uniapp、ruoyi-vue 相关发布问题
  • ¥15 浮窗和全屏应用同时存在,全屏应用输入法无法弹出
  • ¥100 matlab2009 32位一直初始化
  • ¥15 Expected type 'str | PathLike[str]…… bytes' instead
  • ¥15 三极管电路求解,已知电阻电压和三级关放大倍数