Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
21099 尹翊泽 三角形面积 C++ Accepted 100 0 MS 256 KB 164 2021-06-26 16:19:27

Tests(5/5):


#include<bits/stdc++.h> using namespace std; double d,h,ans; int main(){ scanf("%lf %lf",&d,&h); ans=d*h/2; printf("%.2lf",ans); return 0; }


Judgement Protocol: