fork download
  1. #include <stdio.h>
  2. int main()
  3. {
  4. double a=1e16;
  5. if (a==a+1){
  6. printf("?");
  7. }
  8. else {
  9. printf("!");
  10. }
  11. }
Success #stdin #stdout 0s 4788KB
stdin
Standard input is empty
stdout
?