fork download
  1. #include <stdlib.h>
  2. #include <stdio.h>
  3.  
  4. int main(){
  5. char S[]="EYY";
  6. printf(S, S[printf("S")]--);
  7. }
  8.  
Success #stdin #stdout 0s 4244KB
stdin
Standard input is empty
stdout
SEXY