如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
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)
11,10
11,11
10,10
10,11
10<回车>22<回车>33<回车>
10.0,22.0,33.0<回车>
10.0<回车>22.0 33.0<回车>
10 22<回车>33<回车>
<=
=
%
&&
字符串中有非法字符
\"c:\\abc.dat\"
"c:\abc.dat"
"c:\\abc.dat"
0xFF
1.2e0.5
2L
'\72'
12
8
7
11
1
9
10
0
auto 型
static 型
extern 型
register 型
'a'<=c<= 'z'
(c>= 'a')||(c<= 'z')
('a'<=c)and ('z'>=c)
(c>= 'a')&&(c<= 'z')
提交答案
推荐工具