如题目或答案有误,请通过BUG反馈告知我们修正,谢谢!
20
16
14
12
1
7
9
11
M = = 0
M = = 1
M ! = 0
M ! = 1
x/y*z
x*(1/(y*z))
x/y*1/z
x/y/z
<=
=
%
&&
6.0
2.0
1.0
s\\t
s\t
s\
s
char b[10]={'H','e','l','l','o','!'};
char b[10]; b="Hello!";
char b[10]; strcpy(b,"Hello!");
char b[10]="Hello!";
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)
*((*prt+1)[2])
*(*(p+5))
(*prt+1)+2
*(*(a+1)+2)
提交答案
推荐工具