代码搜索结果

找到约 10,000 项符合 Test 的代码

in.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo

test!=.cod

=== COMPILE PL0 === 0 PROGRAM TEST; 0 VAR A,B,C; 1 BEGIN 2 A:=88; 4 READ(B); 6 IF AB THEN 9 BEGIN 10 A-=2; 14 WRITE(A); 17 END

test!=.cod

=== COMPILE PL0 === 0 PROGRAM TEST; 0 VAR A,B,C; 1 BEGIN 2 A:=88; 4 READ(B); 6 IF AB THEN 9 BEGIN 10 A-=2; 14 WRITE(A); 17 END

in.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo

in.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo

in.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo

in.test

# 2001 September 15 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yo

test.in

/** a javadoc comment * @param foo * @exception IOException * blah blah */ int abc;

test.in

{ i = 3+4*5; if ( 6 ) j = 7; else j = 8; while ( 9 ) { k = 1; } }