fork(2) download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. double a=nan(""),b=nan("");
  6. if(a==b) printf("Yes\n");
  7. else printf("No\n");
  8. return 0;
  9. }
Success #stdin #stdout 0s 3460KB
stdin
Standard input is empty
stdout
No