fork download
  1. L = 5
  2. H = 3
  3. Area = 0.5 * L * H
  4. print("三角形的面积为:", Area)
  5.  
Success #stdin #stdout 0.08s 13980KB
stdin
Standard input is empty
stdout
三角形的面积为: 7.5