Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
93888 liyichen 三角形面积 C++ Compile Error 0 0 MS 0 KB 116 2024-05-04 20:38:58

Tests(0/0):


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


Judgement Protocol: