Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
21313 钱禹丞 三角形面积 C++ Accepted 100 0 MS 252 KB 167 2021-06-27 11:48:14

Tests(5/5):


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


Judgement Protocol: