如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
2,M
3,E
2,E
输出项与对应的格式控制不一致,输出结果不确定
b=a/2
b=6-(--a)
b=a%2
b=a>3?2:1
14
3
9
字符串中有非法字符
?a
a=2
a.3
a_3
void fun (int x, int y);
fun (int x, int y);
int fun (int x,y);
char *fun (char *s);
00011100
00010100
0001000
00011011
x/y*z
x*(1/(y*z))
x/y*1/z
x/y/z
10
12
21
28
11
8
1
6.0
2.0
1.0
提交答案
推荐工具