fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. printf("O resultado eh: %.2f", 8.0 * 2.0 / 3.0);
  5. }
  6.  
  7. //https://pt.stackoverflow.com/q/323944/101
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
O resultado eh: 5.33