fork download
  1. #include <stdio.h>
  2. int main() {
  3. float alas, tinggi, luas;
  4. scanf(" persenf persenf", &alas, &tinggi);
  5. luas = (alas*tinggi) / 2;
  6. printf("%.2f\n", luas);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 5308KB
stdin
Standard input is empty
stdout
-0.00