Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
93890 liyichen 三角形面积 C++ Accepted 100 0 MS 256 KB 128 2024-05-04 20:40:37

Tests(5/5):


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


Judgement Protocol: