@ -11,6 +11,6 @@ int main(){
if(a>0)
a = mul(a, b);
else
b = mul(a, b);S
b = mul(a, b);
return a + b;
}