Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
20803 袁梦琪 三角形面积 C++ Compile Error 0 0 MS 0 KB 144 2021-06-20 13:43:17

Tests(0/0):


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


Judgement Protocol: