fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. char ch='c';
  6. putchar (ch);
  7. putchar ('\t');
  8. putchar ("99+1");
  9. putchar ('\n');
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
c