if (area < 0) cerr << "Error: Negative area.\n";
if (area < 0) { cerr << "Error: Negative area.\n"; return 1; }