Untitled

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <math.h> using namespace std; int main() { float a = 15; float b = 15; float c = 20; float p = (a + b + c) / 2; cout << p << endl; float S = sqrt(p*(p - a) * (p - b) * (p - c)); cout << S << endl; return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines