如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
11,10
11,11
10,10
10,11
45
55
0
编译错误
E!=0
E!=1
E==0
E==1
数组的长度
数组的首地址
数组每一个元素的地址
数组每个元素中的值
'a'<=c<= 'z'
(c>= 'a')||(c<= 'z')
('a'<=c)and ('z'>=c)
(c>= 'a')&&(c<= 'z')
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)
4 4
2 2
2 4
4 6
1
30
1 -2
死循环
3 0
VAR
cher
integer
default
提交答案
推荐工具