fork download
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. int main() {
  5. char* str[10];
  6. read(stdin,str,3);
  7. printf("%s\n",str);
  8. return 0;
  9. }
Success #stdin #stdout 0s 4296KB
stdin
a
stdout