fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. float a=0,b=0;
  6. scanf("%f%f",&a,&b);
  7. if("a<b")
  8. printf("%g",a);
  9. else
  10. printf("%g",b);
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0.01s 5320KB
stdin
360.666 512.11111110
stdout
360.666