fork download
  1. #include <stdio.h>
  2. main ()
  3. {
  4. int m = 107, y = 13;
  5. printf((y < 7)? "%d":"%c", m);
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 5436KB
stdin
Standard input is empty
stdout
k