fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. double a=0.300, b=0.300;
  5. if (a<b) printf("1");
  6. else printf("0");
  7. }
Success #stdin #stdout 0s 5276KB
stdin
1
4
a b c d
0.1 0.1 0.1 0.3
stdout
Standard output is empty