Home > database >  Save the children, quick crazy
Save the children, quick crazy

Time:09-17

Python has high bottom of the triangle area

CodePudding user response:

A=int (input ())
B=int (input ())
Print (a * b/2)
  • Related