#include <iostream> using namespace std; int main() { int a, b; cin >> a >> b; cout << a * b / 2; return 0; }
用double参与运算哇!
共 1 条回复
用double参与运算哇!