fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. char jan;
  5. scanf("%c",jan);
  6. if(jan=='G')
  7. {
  8. printf("ok");
  9. }
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 5288KB
stdin
G
stdout
Standard output is empty