fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. int*r;
  6. printf("%d", &r);
  7. puts(((char)&r>0)?"Хуи дрочёные":"Пики точёные");
  8. }
Success #stdin #stdout 0s 10320KB
stdin
Standard input is empty
stdout
-21478504Пики точёные