fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. int w = 5; //
  6. int h = 3; //
  7. float area = 0.5f * w * h; //
  8. }
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
Standard output is empty