#50303: cpp ans


1130335@stu.wghs.tp.edu.tw (Quincy)

學校 : 臺北市私立薇閣高級中學
編號 : 294858
來源 : [60.248.154.139]
最後登入時間 :
2025-09-19 12:47:48

#include <iostream>
using namespace std;

int main() 
{
  int a,b;
  while(cin>>a>>b){
    cout<<(b*b)/2<<endl;
  }
    return 0;
}