Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
93889 liyichen 三角形面积 C++ Compile Error 0 0 MS 0 KB 128 2024-05-04 20:39:45

Tests(0/0):


#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: