返回主页
学习人数: 12.5k
stroke-dashoffset="*2.6389" stroke-linecap="round" transform="rotate(-90 50 50)"/>
正确率: 100%
未通过
#include <stdio.h>
int m=4;
int func(int x,int y)
{  
    int m=1;
    return(x*y-m);
}
main()
{
    int a=2,b=3;
    printf("%d\n",m);
    printf("%d\n",func(a,b)/m); 
}

运行结果为

回答区域
提示
提示内容

登录后提交答案


由于参与答题的同学过多,仅展示其中100个同学的回答 (点击展开回答)