fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. #define pb push_back
  4. #define mp make_pair
  5. #define MAXX 1000009
  6. #define max_num 100
  7. #define pii pair<int,long>
  8. vector<int>G[max_num];
  9. int X[]={0,1,1,1,-1,-1,-1,-1};
  10. int Y[]={1,1,0,-1,0,-1,0,1};
  11. int main() {
  12. int l=sizeof(int);
  13. if(l>-1)
  14. cout<<"YES";
  15. else
  16. cout<<"NO";
  17. return 0;
  18. }
  19.  
Success #stdin #stdout 0s 3140KB
stdin
Standard input is empty
stdout
YES