add testcases
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
while ( i-- > 1 )
|
||||
{
|
||||
x = f( i );
|
||||
if ( x == 0 ) {
|
||||
continue;
|
||||
}
|
||||
y += x * x;
|
||||
}
|
||||
Reference in New Issue
Block a user