fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int a,b,c,d,e;
  6. scanf("%e",&e);
  7. scanf("d=%d+%d+%d",a,b,c);
  8. printf("e=%d%f3",d);
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0.01s 5288KB
stdin
72 75 98
stdout
e=00.0000003