如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
10
12
21
28
1
2
4
5
30
1 -2
死循环
*(w[0]+2)
*(pw+1)[2]
pw[0][0]
*(pw[1]+2)
s\\t
s\t
s\
s
20
24
25
void fun (int x, int y);
fun (int x, int y);
int fun (int x,y);
char *fun (char *s);
11,10
11,11
10,10
10,11
11
9
8
*(a[1]+1)
*(&a[1][1])
(*(a+1))[1]
*(a+5)
提交答案
推荐工具