fork download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. // your code goes here
  5.  
  6. if(sizeof(int)>-1){
  7. printf("yes");
  8. }
  9. else{
  10. printf("no");
  11. }
  12. return 0;
  13. }
  14.  
Success #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
no