fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4.  
  5. int a;
  6. scanf("%d", &a);
  7. printf("the answer is %d \n", a);
  8.  
  9.  
  10.  
  11. return 0;
  12.  
  13.  
  14.  
  15. }
Success #stdin #stdout 0.01s 5228KB
stdin
Standard input is empty
stdout
the answer is 32765