CS153/hw4/hw4programs/easy_p2.oat

6 lines
96 B
Text
Raw Normal View History

int f ( int x ) {
var x = 0;
x = x + x - x * x >> x << x [|] x [&] -~x >>> x;
return x;
}