test.c
text/x-csrc
#include <stdio.h>
int main()
{
double x1 = 0.0,
x2 = -3,
y1 = 0.0,
y2 = 4;
printf("%+f\n", (x1 * x2) - (y1 * y2));
return 0;
}
text/x-csrc
#include <stdio.h>
int main()
{
double x1 = 0.0,
x2 = -3,
y1 = 0.0,
y2 = 4;
printf("%+f\n", (x1 * x2) - (y1 * y2));
return 0;
}
We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect