fork download
  1. #include <stdio.h>
  2. #include <stdint.h>
  3.  
  4. int main(void) {
  5. printf("KPmax=%d\n", (int32_t)((((1 << 16) - (1 << (8))) * 4 * (60.0F)) / (((((7.5f) * (0.036f)) * 2.0f) / (0.0538F)) * 100.0f)));
  6. printf("KDmax=%d\n", (int32_t)(((1 << 19) * 4 * (60.0F)) / (((((7.5f) * (0.036f)) * 2.0f) / (0.0538F)) * 100.0f)));
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 5280KB
stdin
Standard input is empty
stdout
KPmax=15609
KDmax=125363