代码搜索结果
找到约 10,000 项符合
Test 的代码
test.in
4 / (5+6) *f(x,y,z,1+2)
test.in
{
i = 3;
if ( 6 ) j = 7; else j = 8;
while ( 9 ) {
k = j;
}
}
test.in
3+4*5+21;
test.in
// start comment
// another comment
a = 2;
g();
{
a=3*4;
}
if 3 then f(4 + b);
else {
b =a; // assign
}
// final
test.in
abc := ( 34 )
test.in
0+3+0*5+0;
test.in
/** a javadoc comment
* @param foo
* @exception IOException
* blah blah
*/
int abc;
test.in
3+4*5;
test.in
{
i = 3+4*5;
if ( 6 ) j = 7; else j = 8;
while ( 9 ) {
k = 1;
}
}
test.in
4 / (5+6) *f(x,y,z,1+2)