Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
21278 邱修齐 三角形面积 C++ Accepted 100 0 MS 260 KB 138 2021-06-27 08:49:29

Tests(5/5):


#include<bits/stdc++.h> using namespace std; int main(){ double a,b,c; cin>>a>>b; c=a*b/2*1.0; printf("%.2lf",c); return 0; }


Judgement Protocol: