如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
-3
9
-12
6
<=
=
%
&&
void play(var :Integer,var b:Integer)
void play(int a,b)
void play(int a,int b)
Sub play(a as integer,b as integer)
整型、实型、逻辑型
整型、实型、字符型
整型、字符型、逻辑型
整型、实型、逻辑型、字符型
(*p).data.a
(*p).a
p->data.a
p.data.a
4
5
10
4 4
2 2
2 4
4 6
*p
a[10]
*a
a[p-a]
*(w[0]+2)
*(pw+1)[2]
pw[0][0]
*(pw[1]+2)
12
8
7
11
提交答案
推荐工具