C语言急求调通,带流程图最好

日期:2022-04-01 15:10:59 人气:1

C语言急求调通,带流程图最好

你这个本来就是正确的程序,不知道还要怎么调?

#include<stdio.h>

#include<stdlib.h>

void convert(int m,int c)     /* 定义进制转换模块函数 */

{

char s[128];

switch(c)

{

c

    A+
热门评论